Replies: 1 comment 1 reply
-
Do you mind sharing a codesandbox? https://react-spectrum.adobe.com/react-aria/usePopover.html#example has a good example of including a div with the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to understand how to use the underlay with a popover created using
usePopover
. I have tried adding and removing adiv
that has theunderlayProps
returned by the hook.It doesn't seem to make any difference whether the underlay is present or not. In both cases, scrolling is disabled, but I can still interact with elements on the rest of the page.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions