You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()
Hey @angrymarker You're right, but I need it attached so that it stays when it was first rendered position when I scroll the elements. But thank you anyway
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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