docs - style left TOC scroll

This commit is contained in:
Cody Glassman 2025-06-17 17:55:52 -07:00
parent 733631a771
commit 45d73957c1

View File

@ -58,3 +58,18 @@ tbody tr:hover {
max-width: 2000px !important;
}
}
/* Less intrusive scrollbar in left section TOC */
#left-sidebar::-webkit-scrollbar {
width: 6px;
border-radius: 0;
}
#left-sidebar::-webkit-scrollbar-thumb {
background-color: hsl(var(--border));;
border-radius: 0;
}
#left-sidebar::-webkit-scrollbar-thumb:hover {
background-color: hsl(var(--muted));;
}