Replies: 1 comment
-
Did you find a solution for this? I'm facing the same issue. Edit: Found a hacky bandaid - Passing a negative gap to the anchor object prevents it from keeping itself forced inside the viewport. <PopoverPanel
anchor={{
to: 'bottom',
gap: -200,
}}
/> Setting the value too high will make the panel entirely invisible though, so a proper solution would still be appreciated. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi, i'm using the popover component. My anchor is set to
bottom
. When I scroll to high up the anchor shifts totop
Any way to prevent it from moving? I'd like it just to stay bottom. Not bouncing between top and bottom based on scrolling.
Beta Was this translation helpful? Give feedback.
All reactions