mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
disable pointer events on hidden menus in zen mode (#1511)
This commit is contained in:
parent
0c2aa951d6
commit
51f8146357
4 changed files with 28 additions and 8 deletions
|
@ -111,3 +111,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.disable-pointerEvents {
|
||||
pointer-events: none !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue