Skip to content

Commit 5dcfe7e

Browse files
authored
Merge pull request #161 from xsnippet/tags-scroll-fix
Fix scroll for tags input when there is no tags to scroll through
2 parents 0fe1894 + 13e3a82 commit 5dcfe7e

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)