diff --git a/stylesheets/components/fun/FunPopover.scss b/stylesheets/components/fun/FunPopover.scss index f4f1e80e29..674618891b 100644 --- a/stylesheets/components/fun/FunPopover.scss +++ b/stylesheets/components/fun/FunPopover.scss @@ -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 {