2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-07 07:12:23 +03:00

change overflow-y: scroll --> overflow-y: auto

This commit is contained in:
Coffcer
2016-03-26 17:18:22 +08:00
parent a03909be6f
commit 9483838d91
+1 -1
View File
@@ -44,7 +44,7 @@
.dropdown-menu {
margin: 0;
width: 100%;
overflow-y: scroll;
overflow-y: auto;
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;