::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

::-webkit-scrollbar-thumb {
    background-color: #babac0;
    background-clip: content-box;
    border: 2px solid transparent;
    border-radius: 10px
}

::-webkit-scrollbar-button {
    display: none
}

@-moz-document url-prefix() {
    body {
        scrollbar-color: #babac0 transparent
    }

    * {
        scrollbar-width: thin
    }
}