2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-19 09:50:33 +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 */ /* Dropdown Menu */
.v-select .dropdown-menu { .v-select .dropdown-menu {
display:block;
position: absolute; position: absolute;
top: 100%; top: 100%;
left: 0; left: 0;