-
-
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
fix(MdSelect): re-fix select content under dialog #1525
fix(MdSelect): re-fix select content under dialog #1525
Conversation
This is not a fix because you added same class to |
Sorry, I missed it. I'll fix. |
And i tested now select in dialog in dev branch and all things works. |
Thank you for testing and notice. |
Select content is begind dialog after commit f0a7325 . Css specificity should not same as MdMenuContent. fix vuematerial#1149
ebd0180
to
db74af7
Compare
When you try with |
OK. It works fine with This issue is caused by same CSS specificity. |
@onjiro CSS is fixed, but build process is removing, changing some CSS and thats why it doesnt work. @marcosmoura Can you look at it? |
So is there any solutions for this problem? |
@JRakhimov Not yet. We will upgrade the build system, so this problem will be vanished. |
Issue #1149 has been reproducted on v1.0.0-beta-8, after commit f0a7325 .
CSS specificity should not same as MdMenuContent.
It seems z-index on MdMenuContent overriding.
vue-material/src/components/MdMenu/MdMenuContent.vue
Lines 253 to 265 in 61296b3
fix #1149
thanks.