1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-11-04 10:12:31 +01:00

scroll fix

This commit is contained in:
gilbN 2019-02-19 19:26:08 +01:00
parent 26c260f49b
commit 4b50a6f2ea

View File

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