Browse Source

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

Aakansha Doshi 3 years ago
parent
commit
437afcbea4
1 changed files with 2 additions and 1 deletions
  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-left,
-    .layer-ui__wrapper__footer-right {
+    .layer-ui__wrapper__footer-right,
+    .disable-zen-mode--visible {
       pointer-events: all;
       pointer-events: all;
     }
     }
   }
   }