mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-19 09:50:33 +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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user