Browse Source

scroll fix

pull/4/head
gilbN 6 years ago
parent
commit
4b50a6f2ea
  1. 4
      CSS/themes/nzbget-plex.css

4
CSS/themes/nzbget-plex.css

@ -27,12 +27,12 @@ body {
/* scroller */ /* scroller */
::-webkit-scrollbar-corner { ::-webkit-scrollbar-corner {
background-color: hsla(0,0%,100%,.08); background-color: rgba(0, 0, 0, .25);
} }
::-webkit-scrollbar { ::-webkit-scrollbar {
width: 10px; width: 10px;
height: 10px; height: 10px;
background: rgba(0, 0, 0, .25); background: #0c1218;
} }
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {

Loading…
Cancel
Save