Skip to content

Commit

Permalink
fix(MdSelect): re-fix select content under dialog
Browse files Browse the repository at this point in the history
Select content is begind dialog after commit f0a7325 .
Css specificity should not same as MdMenuContent.

fix #1149
  • Loading branch information
onjiro committed Feb 18, 2018
1 parent 61296b3 commit ebd0180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MdField/MdSelect/MdSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@
border: 0;
}
}
.md-menu-content {
.md-menu-content.md-select-menu {
z-index: 111;
&.md-select-menu {
width: 100%;
Expand Down

0 comments on commit ebd0180

Please sign in to comment.