Browse Source

fix: hide scrollbars in zenMode (#3144)

pull/3148/head
David Luzar 5 years ago committed by GitHub
parent
commit
32acde500e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      public/index.html

1
public/index.html

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

Loading…
Cancel
Save