::-webkit-scrollbar { width: 10px; height: 10px; } ::-webkit-scrollbar-corner { background-color: transparent; } ::-webkit-scrollbar-thumb { box-sizing: content-box; border: 4px solid transparent; border-radius: 5px; box-shadow: inset 0 0 5px 5px var(--b3-scroll-color); &:hover { border-width: 1px; } }