From 437afcbea4d80d89b76b0959034c583df1411f84 Mon Sep 17 00:00:00 2001 From: Aakansha Doshi Date: Wed, 16 Jun 2021 22:25:22 +0530 Subject: [PATCH] fix: allow pointer events for disable zen mode button (#3743) --- src/components/LayerUI.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/LayerUI.scss b/src/components/LayerUI.scss index b51fdecb..1245aa58 100644 --- a/src/components/LayerUI.scss +++ b/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; } }