Menu inside table #1620
Unanswered
remy-poirier
asked this question in
Help
Replies: 1 comment
-
Generally i'd do either position: fixed or using a portal, then grabbing the mouse co-ordinates from the initiating event to set the top/left. |
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.
-
Hello, first I apologize if this question has already an answer, but I cannot find it.
Here is my problem, as said I have a table where I want to insert a Menu in order to toggle status of my row. But i have a problem, as the Menu goes inside
td
node, it is hidden by the table and other divs above.I tried a lot of things in order to make it work, but without luck:
z-index
,overflows
etc...Do you have guys any solution for this ?
Beta Was this translation helpful? Give feedback.
All reactions