More control over ContextMenu
#2100
Unanswered
elsiniestra
asked this question in
Ideas
Replies: 1 comment 1 reply
-
@capitalistelite can you provide a visual example of this use case? trying to understand if the context menu is the appropriate primitive for the interaction. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Feature request
Overview
I want to make the context menu stick to the trigger component. So no matter where the user clicks on the trigger, the menu must be at the bottom left of the trigger component. Right now, I have no way to do that except by using
#parentComponent [data-radix-popper-content-wrapper] {...some styles}
. Not the best approach especially with the fact that I use Tailwind on the project. It'd be great to addclassName
forContextMenu.Root
Beta Was this translation helpful? Give feedback.
All reactions