mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-08-03 07:16:31 -04:00
docs - style left TOC scroll
This commit is contained in:
parent
733631a771
commit
45d73957c1
@ -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));;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user