lidarr: more scrollr fix

This commit is contained in:
gilbN 2019-07-06 01:18:43 +02:00
parent 092b97c6b1
commit 96aeb08ef4

View File

@ -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;