mirror of
https://github.com/github/awesome-copilot.git
synced 2026-08-25 18:25:01 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user