web/sidebar: scroll only in one direction on overflow

This commit is contained in:
wukko
2024-06-16 19:50:42 +06:00
parent 503f29bec7
commit 5c916d480b
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) {