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

show scroll area only when necessary (#744)

This commit is contained in:
yoshihiro nomura
2019-02-10 06:53:58 +09:00
committed by Jeff Sagal
parent 51e7a42f3f
commit 96ff76649b
+1 -1
View File
@@ -123,7 +123,7 @@
padding: 5px 0;
margin: 0;
width: 100%;
overflow-y: scroll;
overflow-y: auto;
border: 1px solid rgba(0, 0, 0, .26);
box-shadow: 0px 3px 6px 0px rgba(0,0,0,.15);
border-top: none;