Browse Source

fix: hide scrollbars in zenMode (#3144)

David Luzar 4 years ago
parent
commit
32acde500e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      public/index.html

+ 1 - 0
public/index.html

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