-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
md-snackbar not showing above drawer in documentation #1134
Comments
@lucasfernog This is really strange. I just tested it on mac, with this exactly same version. I will try to boot in a Linux env to take a look at this. Can you test it again? |
Testing with latest Firefox and Arch Linux, I found the steps to reproduce the error: It could be a caching position problem, but it's weird because it didn't happen with Chromium. I can debug it with the source code tomorrow. |
Looks like removing |
* feat(MdCard): remove z-index to prevent card overlap FAB * fix(MdSelect): fix select content under dialog * refactor(MdSelect): change order of scss * docs: remove z-index from main-nav (#1134) * Revert "feat(MdCard): remove z-index to prevent card overlap FAB" This reverts commit 9e12806. * feat(MdButton): add fab z-index to prevent overlap
Hi, I've included this picker inside a card content, but when the calendar shows, it appears behind the card content. I've tried to increase its z-index, and other various fixes, but I had not luck. The only solution that appears to be working, is to completely remove the z-index property attached to the md-card element which contains the datepicker input. The page is still at a inital stage, I don't exclude at 100% some markup problems, but I wanted to point this out just to don't forget. Maybe in future I will check in for updates, if the problem gets solved by let's say, fixing the page markup. bye :-) |
Steps to reproduce
Access https://vuematerial.io/components/snackbar, choose Left position snackbar and open it.
Which browser?
Firefox 56.0
Ubuntu 17.04
What is expected?
Snackbar above everything, including drawer.
What is actually happening?
Navigation drawer is covering the snackbar.
Reproduction Link
https://vuematerial.io/components/snackbar
The text was updated successfully, but these errors were encountered: