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

View File

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