html {
    scrollbar-gutter: stable;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background: #afafaf;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background-color: #f0f0f0;
}
