Ver Fonte

set pointer-events: auto on the html tag

Gildas há 5 anos atrás
pai
commit
70391e6655
1 ficheiros alterados com 1 adições e 1 exclusões
  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;
 }