1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-05-28 10:13:13 +00:00

show the scroll bar when the tag list is overflow

This commit is contained in:
richardtks
2018-12-18 16:32:30 +08:00
parent 64ca875cfd
commit 0b1ec3f29f
+1 -4
View File
@@ -3,15 +3,12 @@
align-items center align-items center
user-select none user-select none
vertical-align middle vertical-align middle
width 100% width 96%
overflow-x scroll overflow-x scroll
white-space nowrap white-space nowrap
margin-top 31px margin-top 31px
position absolute position absolute
.root::-webkit-scrollbar
display none
.tag .tag
display flex display flex
align-items center align-items center