.hasScrollbar::-webkit-scrollbar { width:5px; background-color: rgba(0,0,0,0.08); border-radius: 5px; margin-top: 200px; } .hasScrollbar::-webkit-scrollbar-thumb{ background:rgb(18, 207, 127); border-radius: 10px; height: 20px; } .hasScrollbar::-webkit-scrollbar-track { background-color: rgba(0,0,0,0); border-radius: 10px; display: none; }