Ver Fonte

fix: hide scrollbars in zenMode (#3144)

David Luzar há 4 anos atrás
pai
commit
32acde500e
1 ficheiros alterados com 1 adições e 0 exclusões
  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 {