Skip to content

Commit

Permalink
fix(MdSelect): fix select content under dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuell1 committed Dec 5, 2017
1 parent 9e12806 commit f0a7325
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/MdField/MdSelect/MdSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,9 @@
border: 0;
}
}
.md-menu-content {
z-index: 111;
}
.md-menu-content.md-select-menu {
width: 100%;
Expand Down

0 comments on commit f0a7325

Please sign in to comment.