mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-07-01 19:05:59 +01:00
Ensure emoji picker is clickable when dialogs are open
This commit is contained in:
@@ -12,6 +12,10 @@
|
||||
// do that
|
||||
display: flex;
|
||||
color: red;
|
||||
|
||||
// Modal dialogs disable pointer events outside the dialog content.
|
||||
// Fun overlays are portaled to the body, so they need to opt back in.
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
.FunPopover__Dialog {
|
||||
|
||||
Reference in New Issue
Block a user