mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: scrollbars renders but disable (#6706)
This commit is contained in:
parent
fb01ce2a00
commit
8dfa2a98bb
5 changed files with 11 additions and 10 deletions
|
@ -9,6 +9,11 @@
|
|||
--zIndex-modal: 1000;
|
||||
--zIndex-popup: 1001;
|
||||
--zIndex-toast: 999999;
|
||||
|
||||
--sab: env(safe-area-inset-bottom);
|
||||
--sal: env(safe-area-inset-left);
|
||||
--sar: env(safe-area-inset-right);
|
||||
--sat: env(safe-area-inset-top);
|
||||
}
|
||||
|
||||
.excalidraw {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue