Skip to content

Commit

Permalink
fix: hide scrollbars in zenMode (excalidraw#3144)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelle authored Feb 28, 2021
1 parent 0533538 commit 32acde5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
user-select: none;
width: 100vw;
height: 100vh;
overflow: hidden;
}

.visually-hidden {
Expand Down

0 comments on commit 32acde5

Please sign in to comment.