website-wandb / web_app /frontend /src /pages /scrollbar.css
leothesouthafrican's picture
initial commit
0082b84
Raw
History Blame Contribute Delete
351 Bytes
.custom-scrollbar {
height: 500px; /* Set your desired height */
overflow: auto;
}
.custom-scrollbar::-webkit-scrollbar {
width: 10px;
}
.custom-scrollbar::-webkit-scrollbar-track {
background: #f1f1f1;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
background: #1D5B79;
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
background: #1D5B79;
}