2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-23 03:54:04 +03:00

Merge pull request #166 from sagalbot/bootstrap4-hotfix

.dropdown-menu is hidden by default in 4.0.0-alpha.6
This commit is contained in:
Jeff
2017-03-22 17:51:53 -07:00
committed by GitHub
+1
View File
@@ -82,6 +82,7 @@
}
/* Dropdown Menu */
.v-select .dropdown-menu {
display:block;
position: absolute;
top: 100%;
left: 0;