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:
parent
26c260f49b
commit
4b50a6f2ea
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user