lidarr: more scrollr fix
This commit is contained in:
parent
092b97c6b1
commit
96aeb08ef4
@ -35,6 +35,11 @@ body {
|
||||
border-radius: 2px;
|
||||
background-color: rgba(255, 255, 255, 0.25) !important;
|
||||
}
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
-webkit-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
background-color: rgba(255, 255, 255, 0.45) !important;
|
||||
}
|
||||
/* MINI RIGHT SCROLL BAR */
|
||||
.OverlayScroller-thumb-1Lhfi {
|
||||
background-color: hsla(0,0%,100%,.25) !important;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user