mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
Add horizontal scroll for touch devices
This commit is contained in:
@@ -40,8 +40,13 @@
|
|||||||
.tabList .list
|
.tabList .list
|
||||||
flex 1
|
flex 1
|
||||||
overflow hidden
|
overflow hidden
|
||||||
|
overflow-x scroll
|
||||||
position relative
|
position relative
|
||||||
|
|
||||||
|
&::-webkit-scrollbar {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.allTabs
|
.allTabs
|
||||||
display flex
|
display flex
|
||||||
position absolute
|
position absolute
|
||||||
|
|||||||
Reference in New Issue
Block a user