Popover in scrollable container #7953
-
When using the As of today, the Here is a very basic example. My intention is that overflow: hidden is set on the <html>
// Rest of page content
<ScrollableContainer>
<Popover>
.....
</Popover>
</ScrollableContainer>
</html> |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Does your popover have an underlay? You could use that to block the scrolling. Otherwise, maybe a running example in codesandbox or stackblitz could help, I'm not sure how the Popover is inside the ScrollableContainer, they are portalled out to be under the body. |
Beta Was this translation helpful? Give feedback.
Does your popover have an underlay? You could use that to block the scrolling.
Otherwise, maybe a running example in codesandbox or stackblitz could help, I'm not sure how the Popover is inside the ScrollableContainer, they are portalled out to be under the body.