Replies: 1 comment
-
You can measure it yourself #4858 (comment) We don't do this for DialogTrigger out of the box because there isn't a common size that popovers should generally be, unlike in Select/ComboBox/etc. |
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
-
Hi! I'm trying to create a popover that would occupy the width of the ref passed through
triggerRef
on a DialogTrigger and its children, but I'm not succeeding. It seems to be implemented differently to for example ComboBoxes where I can "inherit" the css variable, but not here.Demo
Line on the demo repo
There's any way of achieving this? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions