瀏覽代碼

fix: allow pointer events for disable zen mode button (#3743)

Aakansha Doshi 3 年之前
父節點
當前提交
437afcbea4
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/components/LayerUI.scss

+ 2 - 1
src/components/LayerUI.scss

@@ -116,7 +116,8 @@
       }
     }
     .layer-ui__wrapper__footer-left,
-    .layer-ui__wrapper__footer-right {
+    .layer-ui__wrapper__footer-right,
+    .disable-zen-mode--visible {
       pointer-events: all;
     }
   }