.custom-scrollbar { scrollbar-width: thin; scrollbar-color: rgba(255, 255, 255, 0.5) transparent; } .custom-scrollbar::-webkit-scrollbar { width: 10px; } .custom-scrollbar::-webkit-scrollbar-track { background: transparent; } .custom-scrollbar::-webkit-scrollbar-thumb { background-color: rgba(255, 255, 255, 0.5); border-radius: 5px; border: 2px solid transparent; background-clip: content-box; } .custom-scrollbar::-webkit-scrollbar-thumb:hover { background-color: rgba(255, 255, 255, 0.7); } .custom-scrollbar::-webkit-scrollbar-button { display: none; height: 0; width: 0; }