Fix sidebar scrollbar between nav and content.

Remove independent sidebar scroll so the page scrolls as one unit; add dark themed scrollbars and bump CSS cache versions.
This commit is contained in:
Aissa
2026-07-19 18:31:43 +00:00
parent 171878ee1d
commit 8712f503b1
5 changed files with 38 additions and 6 deletions
+5 -2
View File
@@ -9,8 +9,11 @@
.app-sidebar {
position: sticky;
top: 0;
height: 100vh;
overflow-y: auto;
align-self: start;
height: auto;
max-height: none;
overflow: visible;
overflow-x: hidden;
padding: 0.75rem 0.6rem;
background: #080c12;
border-right: 1px solid rgba(148, 163, 184, 0.1);