web/sidebar: scroll only in one direction on overflow

This commit is contained in:
wukko
2024-06-16 19:50:42 +06:00
parent f4485e2af0
commit 3a57c7165f
2 changed files with 7 additions and 2 deletions

View File

@@ -13,6 +13,7 @@
flex-direction: row;
flex-wrap: nowrap;
scrollbar-width: none;
overflow-x: scroll;
}
.switcher :global(.button:first-child) {