Replies: 1 comment 1 reply
-
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
Uh oh!
There was an error while loading. Please reload this page.
-
Good day everyone,
I needed some nested menu in my app so I created. You may see the reproduction. Also see the code below:
After creating the nested menus, I attached the innermost menu to its own button for the scrollable state and made it stay where it was first created when scrolled, but this caused a problem like this:
I can no longer place the inner menu to the left of its own button. I tried v-menu's offset attribute, but I couldn't get it to work. Also, when I wrote custom style, it didn't produce any results.
I would greatly appreciate any suggestions you may have.
Tried set v-menu's location attribute to left and doesn't work.
Tried set v-menu's offset attribute to a number array(like [-20, -20] etc.)
Tried give some static margin and transform: translateX()
Beta Was this translation helpful? Give feedback.
All reactions