Parcourir la source

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

Aakansha Doshi il y a 3 ans
Parent
commit
437afcbea4
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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;
     }
   }