1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00

radarr scrollbar fix

This commit is contained in:
Marius 2021-04-18 00:42:22 +02:00
parent 4e08d1f146
commit 635e471841

View File

@ -471,11 +471,14 @@ a:hover {
}
/* MINI RIGHT SCROLL BAR */
[class*="OverlayScroller-thumb-"] {
[class*="OverlayScroller-thumb-"],
[class*="Scroller-scroller-"]::-webkit-scrollbar-thumb
{
background-color: hsla(0, 0%, 100%, .08) !important;
}
[class*="OverlayScroller-thumb-"]:hover {
[class*="OverlayScroller-thumb-"]:hover,
[class*="Scroller-scroller-"]::-webkit-scrollbar-thumb:hover {
background-color: rgba(255, 255, 255, 0.25) !important;
}