perfect scrollbar

This commit is contained in:
2020-04-22 11:02:36 +02:00
committed by smuddy
parent 630781a5d7
commit db2d7d8d8c
7 changed files with 119 additions and 249 deletions

View File

@@ -75,3 +75,9 @@ body {
margin: 0;
font-family: Roboto, "Helvetica Neue", sans-serif;
}
perfect-scrollbar.scroll > .ps.ps--scrolling-y > .ps__rail-y,
perfect-scrollbar.scroll > .ps .ps__rail-y:hover {
background-color: #222;
opacity: .3;
}