
::-webkit-scrollbar {
    width: 7px;
    height: 6px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #01d5fc;
    border-radius: 10px;
    margin: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background: #50e4ff;
    box-shadow: 0 0 3px #9af1ff;
    cursor: ns-resize;
}
