.custom-scrollbar::-webkit-scrollbar{width:6px;background-color:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2);border-radius:3px;-webkit-transition:background-color .2s;transition:background-color .2s}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.4)}.custom-scrollbar::-webkit-scrollbar-button{display:none}