You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a Popover in a window where the content is taller than the window height, the popover itself shrinks to maintain some space under it, but the content inside the popover overflows.
Steps to reproduce the bug
Open a popover with a lot of content
Shrink the height of the browser window until the popover starts shrinking.
Can be reproduced in your storybook:
Expected behavior
The popover should contain its content when it overflow, for example with a scrollbar (easy solution) or something more sophisticated (pagination?).
Specifications
Version: 0.20.4
Browser: Firefox
OS: Windows
The text was updated successfully, but these errors were encountered:
Describe the bug
When using a Popover in a window where the content is taller than the window height, the popover itself shrinks to maintain some space under it, but the content inside the popover overflows.
Steps to reproduce the bug
Can be reproduced in your storybook:

Expected behavior
The popover should contain its content when it overflow, for example with a scrollbar (easy solution) or something more sophisticated (pagination?).
Specifications
The text was updated successfully, but these errors were encountered: