Replies: 2 comments
-
For a dropdown menu, this works: <DropdownMenu.Content
align="center"
class="w-[--bits-dropdown-menu-anchor-width] min-w-[--bits-dropdown-menu-anchor-width]"
> thus, I'm guessing for popover this should work: <Popover.Content
class="w-[--bits-popover-anchor-width] min-w-[--bits-popover-anchor-width]" Haven't tested, so please let me know if it works. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Brilliant! |
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
-
This is the current code.
Beta Was this translation helpful? Give feedback.
All reactions