Просмотр исходного кода

set pointer-events: auto on the html tag

Gildas 5 лет назад
Родитель
Сommit
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;
 }