mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
fix: hide scrollbars in zenMode (#3144)
This commit is contained in:
parent
053353841a
commit
32acde500e
1 changed files with 1 additions and 0 deletions
|
@ -116,6 +116,7 @@
|
|||
user-select: none;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.visually-hidden {
|
||||
|
|
Loading…
Add table
Reference in a new issue