mirror of https://github.com/Kylart/KawAnime.git
Changed scrollbar style to be more UX friendly
This commit is contained in:
parent
592d29c714
commit
488de1a40f
|
@ -10,6 +10,6 @@
|
||||||
::-webkit-scrollbar-track-piece
|
::-webkit-scrollbar-track-piece
|
||||||
background-clip: padding-box
|
background-clip: padding-box
|
||||||
border-radius 6px
|
border-radius 6px
|
||||||
background-color rgba(32, 32, 32, 0.3)
|
background-color rgba(255, 255, 255, 0.3)
|
||||||
border-color transparent
|
border-color transparent
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue