From 4238dd7ce01d050bd5bcaa680690f9bd450c7e88 Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Mon, 17 Aug 2026 10:53:16 +1000 Subject: [PATCH] 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 --- .../brand/styles/dotnet-upgrade.module.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/src/components/brand/styles/dotnet-upgrade.module.css b/website/src/components/brand/styles/dotnet-upgrade.module.css index 854b9221..13f5fefe 100644 --- a/website/src/components/brand/styles/dotnet-upgrade.module.css +++ b/website/src/components/brand/styles/dotnet-upgrade.module.css @@ -927,6 +927,21 @@ overflow-y: auto; overscroll-behavior: contain; 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