1
Surpriseplus
2022-09-16 a7e5110ef3f5fe3c9205f7d1a526b9fbbb55d826
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
::-webkit-scrollbar {
        width: 6px;
        height: 6px;
        background-color: #00000040;
    }
    
    ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 1);
        border-radius: 10px;
    }
    
    ::-webkit-scrollbar-track {
        background-color: transparent;
    }
    ::-webkit-scrollbar{width:6px;height:6px;    
        background-color: #00000040;
    }    
    ::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,1);border-radius:10px;}    
    ::-webkit-scrollbar-track{background-color:transparent; }