Skip to content

Commit 0f46faa

Browse files
sscaff1chrisvfritz
authored andcommitted
Stop the scrollbar from showing up unnecessarily (vuejs#923)
1 parent 5d2233c commit 0f46faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/vue/source/css/_common.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ a.button
158158
display none
159159
box-sizing border-box
160160
max-height "calc(100vh - %s)" % $header-height
161-
overflow-y scroll
161+
overflow-y auto
162162
position absolute
163163
top 100%
164164
right -15px

0 commit comments

Comments
 (0)