瀏覽代碼

set pointer-events: auto on the html tag

Gildas 5 年之前
父節點
當前提交
70391e6655
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      extension/ui/pages/editor-frame-web.css

+ 1 - 1
extension/ui/pages/editor-frame-web.css

@@ -75,7 +75,7 @@ single-file-note {
     outline-color: green !important;
 }
 
-.single-file-cut-mode * {
+.single-file-cut-mode, .single-file-cut-mode * {
     pointer-events: auto !important;
 }