SOURCE

console 命令行工具 X clear

                    
>
console
<aside></aside>
body {
    height: 2048px;
    background-color: #fff;
    position: relative;
    overflow-y: auto;
    scrollbar-width: thin;
}

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    background: #4d0607;
    border-radius: 5px;
}

body::-webkit-scrollbar-thumb {
    background: #926868;
    border-right: 1px solid #4d0607;
    border-left: 1px solid #4d0607;
    border-radius: 5px;
}

body::-webkit-scrollbar-thumb:hover {
    background: #7f5555;
}

body::-webkit-scrollbar-thumb:active {
    background: #5d3333;
}