Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

menu from toolbar partly hidden when toolbar is fixed #151

Closed
miquels opened this issue Feb 19, 2017 · 3 comments
Closed

menu from toolbar partly hidden when toolbar is fixed #151

miquels opened this issue Feb 19, 2017 · 3 comments

Comments

@miquels
Copy link
Contributor

miquels commented Feb 19, 2017

As debugged on gitter, a v-menu on a v-toolbar that is fixed opens under the toolbar instead of on top of it. Adding this CSS in e.g. App.vue fixes it:

.toolbar--fixed {
  z-index: 3 !important;
}
@johnleider
Copy link
Member

I'm currently testing this and I am unable to reproduce this behavior. I know that you sent me a codepen, but potentially may have been resolved for next release.

@miquels
Copy link
Contributor Author

miquels commented Feb 19, 2017

Thanks for looking into this. I cloned the master branch of vuetify, built it, and hosted the css and js on my own server. I included that build in this codepen that shows the issue:

http://codepen.io/anon/pen/jyjBKN

Then I cloned the dev branch and did the same:

http://codepen.io/anon/pen/apgJRW

And indeed, the bug has gone away. So it's not in the 0.8.9 release, not in dev, but only in master. Weird. I guess you can close this bug.

KaelWD pushed a commit that referenced this issue Oct 28, 2018
…-started

translation into Russian of the file SponsorsAndBackers.js
@lock
Copy link

lock bot commented Apr 17, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. Please direct any non-bug questions to our Discord

@lock lock bot locked as resolved and limited conversation to collaborators Apr 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants