style(website): thin the sidebar scrollbar on detail pages

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 80686fef-efe3-4cdd-8cd6-bfa61a5d0af6
This commit is contained in:
Aaron Powell
2026-08-17 10:53:16 +10:00
parent 8807070dd0
commit 4238dd7ce0
@@ -927,6 +927,21 @@
overflow-y: auto; overflow-y: auto;
overscroll-behavior: contain; overscroll-behavior: contain;
scrollbar-gutter: stable; scrollbar-gutter: stable;
scrollbar-width: thin;
scrollbar-color: var(--brand-color-border-muted) transparent;
}
.sidebarSticky::-webkit-scrollbar {
width: 6px;
}
.sidebarSticky::-webkit-scrollbar-track {
background: transparent;
}
.sidebarSticky::-webkit-scrollbar-thumb {
background-color: var(--brand-color-border-muted);
border-radius: var(--brand-borderRadius-medium, 6px);
} }
/* Each block in the sidebar column (Agent details, In this article) carries /* Each block in the sidebar column (Agent details, In this article) carries