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

.dropdown-menu is hidden by default in 4.0.0-alpha.6

#165
This commit is contained in:
Jeff Sagal
2017-03-22 17:51:27 -07:00
parent 4581d732dc
commit 5be214ba6e
+1
View File
@@ -82,6 +82,7 @@
}
/* Dropdown Menu */
.v-select .dropdown-menu {
display:block;
position: absolute;
top: 100%;
left: 0;