Skip to content

Commit 96ff766

Browse files
nomuyoshisagalbot
authored andcommitted
show scroll area only when necessary (sagalbot#744)
1 parent 51e7a42 commit 96ff766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Select.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
padding: 5px 0;
124124
margin: 0;
125125
width: 100%;
126-
overflow-y: scroll;
126+
overflow-y: auto;
127127
border: 1px solid rgba(0, 0, 0, .26);
128128
box-shadow: 0px 3px 6px 0px rgba(0,0,0,.15);
129129
border-top: none;

0 commit comments

Comments
 (0)