﻿body {
    scrollbar-gutter: stable both-edges;
}

::-webkit-scrollbar {
    width: 20px !important;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #0cb1ed;
    background-clip: padding-box;
    border-left: 14px solid transparent;
    width: 6px;
}

::-webkit-scrollbar-thumb:hover {
    cursor: pointer;
}