scroll fix
This commit is contained in:
parent
26c260f49b
commit
4b50a6f2ea
@ -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…
Reference in New Issue
Block a user