Popover max height #2559
Unanswered
piatrashkakanstantinas
asked this question in
Q&A
Replies: 1 comment
-
You can specify a custom maxHeight using <Popover
middleware={{ size: { maxHeight: "500px" } }}
/> We need a default max-height because otherwise the popover could become as tall as the entire viewport if the content inside is too large. In the future, we will be exploring ways to respect the height that's set in CSS so that you don't need to use |
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.
-
Currently popover height is limited to 400px, is there a reason for that and prop to tweak that? We need a slightly bigger height.

Beta Was this translation helpful? Give feedback.
All reactions