Skip to content

Commit 0b1ec3f

Browse files
committed
show the scroll bar when the tag list is overflow
1 parent 64ca875 commit 0b1ec3f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

browser/main/Detail/TagSelect.styl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,12 @@
33
align-items center
44
user-select none
55
vertical-align middle
6-
width 100%
6+
width 96%
77
overflow-x scroll
88
white-space nowrap
99
margin-top 31px
1010
position absolute
1111

12-
.root::-webkit-scrollbar
13-
display none
14-
1512
.tag
1613
display flex
1714
align-items center

0 commit comments

Comments
 (0)