Skip to content

Commit 5be214b

Browse files
committed
.dropdown-menu is hidden by default in 4.0.0-alpha.6
sagalbot#165
1 parent 4581d73 commit 5be214b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Select.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
}
8383
/* Dropdown Menu */
8484
.v-select .dropdown-menu {
85+
display:block;
8586
position: absolute;
8687
top: 100%;
8788
left: 0;

0 commit comments

Comments
 (0)