::-webkit-scrollbar { width: 12px; height: 12px; background-color: transparent } ::-webkit-scrollbar-thumb { border: 2px solid transparent; border-radius: 99px; background-clip: padding-box; background-color: rgba(80, 80, 80, 0.3); -webkit-transition: background 0.2s cubic-bezier(0.34, 0.69, 0.1, 1); transition: background 0.2s cubic-bezier(0.34, 0.69, 0.1, 1) } ::-webkit-scrollbar-button { display: none } ::-webkit-scrollbar-corner { display: none } ::-webkit-scrollbar-thumb:hover { background-color: rgba(80, 80, 80, 0.6)!important }