You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

18 lines
362 B

.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;
}