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:
committed by
Jeff Sagal
parent
51e7a42f3f
commit
96ff76649b
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user