.art_container::-webkit-scrollbar,
.dinfo_inner_container::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 11px;
}

.art_container::-webkit-scrollbar-thumb,
.dinfo_inner_container::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}
