mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-08 01:04:33 +00:00
docs - style left TOC scroll
This commit is contained in:
parent
733631a771
commit
45d73957c1
1 changed files with 15 additions and 0 deletions
|
|
@ -58,3 +58,18 @@ tbody tr:hover {
|
||||||
max-width: 2000px !important;
|
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…
Reference in a new issue