Explorar o código

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

Aakansha Doshi %!s(int64=3) %!d(string=hai) anos
pai
achega
437afcbea4
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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;
     }
   }