web/sidebar: fix scrolling one more time

This commit is contained in:
wukko 2024-06-16 20:15:09 +06:00
parent 1325c3516c
commit 598ffc52b6
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -82,7 +82,6 @@
#sidebar { #sidebar {
width: 100%; width: 100%;
height: auto; height: auto;
overflow-x: scroll;
position: fixed; position: fixed;
bottom: 0; bottom: 0;
} }
@ -108,6 +107,7 @@
#sidebar-tabs { #sidebar-tabs {
justify-content: space-around; justify-content: space-around;
overflow-y: visible; overflow-y: visible;
overflow-x: scroll;
padding-bottom: 0; padding-bottom: 0;
} }
} }