mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-19 09:50:33 +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;
|
padding: 5px 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow-y: scroll;
|
overflow-y: auto;
|
||||||
border: 1px solid rgba(0, 0, 0, .26);
|
border: 1px solid rgba(0, 0, 0, .26);
|
||||||
box-shadow: 0px 3px 6px 0px rgba(0,0,0,.15);
|
box-shadow: 0px 3px 6px 0px rgba(0,0,0,.15);
|
||||||
border-top: none;
|
border-top: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user