Replies: 1 comment 2 replies
-
Gots it, |
Beta Was this translation helpful? Give feedback.
2 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.
-
I'm trying to get the
DropdownMenu
to appear not below/beside, but on top of theDropdownTrigger
. Now I have the following situation (play with sound on):video_2023-02-04_19-07-47.mp4
When clicked, the element flashes and disappears on mouseup. If I release the mouse outside the menu content (like at the end of the video), then it doesn't disappear. Similarly, when using the keyboard, the content stays.
I used the
side="left" align="start" sideOffset={-30}
to get the content to cover the trigger. I've tried addingonClick
andonMouseUp
event listeners to theTrigger
but to no effect.Beta Was this translation helpful? Give feedback.
All reactions