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

View File

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