Skip to content

Commit b3696df

Browse files
authored
Merge pull request sagalbot#166 from sagalbot/bootstrap4-hotfix
.dropdown-menu is hidden by default in 4.0.0-alpha.6
2 parents 4581d73 + 5be214b commit b3696df

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)