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