Ensure emoji picker is clickable when dialogs are open

This commit is contained in:
trevor-signal
2026-05-29 10:00:10 -04:00
committed by GitHub
parent 0e2c07324f
commit 7ec0d0e577
@@ -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 {