ソースを参照

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;
 }