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

This commit is contained in:
Aakansha Doshi 2021-06-16 22:25:22 +05:30 committed by GitHub
parent 6dee02e320
commit 437afcbea4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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