::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 1px;
    background-color: rgba(134, 134, 134, 0.5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
