We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e9ba11 commit f7990c5Copy full SHA for f7990c5
src/components/MdField/MdSelect/MdSelect.vue
@@ -336,18 +336,16 @@
336
border: 0;
337
}
338
339
- .md-menu-content {
+ .md-menu-content.md-select-menu {
340
z-index: 111;
341
- &.md-select-menu {
342
- width: 100%;
+ width: 100%;
343
344
- &.md-menu-content-enter {
345
- transform: translate3d(0, -8px, 0) scaleY(.3);
346
- }
+ &.md-menu-content-enter {
+ transform: translate3d(0, -8px, 0) scaleY(.3);
+ }
347
348
- .md-list {
349
- transition: opacity .3s $md-transition-drop-timing;
350
+ .md-list {
+ transition: opacity .3s $md-transition-drop-timing;
351
352
353
</style>
0 commit comments