fix: hide scrollbars in zenMode (#3144)

This commit is contained in:
David Luzar 2021-02-28 20:20:16 +01:00 committed by GitHub
parent 053353841a
commit 32acde500e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,6 +116,7 @@
user-select: none;
width: 100vw;
height: 100vh;
overflow: hidden;
}
.visually-hidden {