mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-10 02:49:57 +02:00
disable pointer events on hidden menus in zen mode (#1511)
This commit is contained in:
@@ -111,3 +111,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.disable-pointerEvents {
|
||||
pointer-events: none !important;
|
||||
}
|
||||
|
Reference in New Issue
Block a user