Skip to content

Commit 13e3a82

Browse files
committed
Fix scroll for scrollable components
1 parent 0fe1894 commit 13e3a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/common/overwrite.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
padding: 3px 5px 0
2727
min-height: 29px
2828
height: 29px
29-
overflow: scroll
29+
overflow-y: auto
3030
border-radius: 3px
3131
background-color: snippet-header-normal
3232
&__tag

0 commit comments

Comments
 (0)