Преглед на файлове

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;
     }
   }