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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user