Scrollbar Customizer
Customize CSS scrollbar.
Line 1: The quick brown fox jumps over the lazy dog.
Line 2: The quick brown fox jumps over the lazy dog.
Line 3: The quick brown fox jumps over the lazy dog.
Line 4: The quick brown fox jumps over the lazy dog.
Line 5: The quick brown fox jumps over the lazy dog.
Line 6: The quick brown fox jumps over the lazy dog.
Line 7: The quick brown fox jumps over the lazy dog.
Line 8: The quick brown fox jumps over the lazy dog.
Line 9: The quick brown fox jumps over the lazy dog.
Line 10: The quick brown fox jumps over the lazy dog.
Line 11: The quick brown fox jumps over the lazy dog.
Line 12: The quick brown fox jumps over the lazy dog.
Line 13: The quick brown fox jumps over the lazy dog.
Line 14: The quick brown fox jumps over the lazy dog.
Line 15: The quick brown fox jumps over the lazy dog.
Line 16: The quick brown fox jumps over the lazy dog.
Line 17: The quick brown fox jumps over the lazy dog.
Line 18: The quick brown fox jumps over the lazy dog.
Line 19: The quick brown fox jumps over the lazy dog.
Line 20: The quick brown fox jumps over the lazy dog.
Line 21: The quick brown fox jumps over the lazy dog.
Line 22: The quick brown fox jumps over the lazy dog.
Line 23: The quick brown fox jumps over the lazy dog.
Line 24: The quick brown fox jumps over the lazy dog.
Line 25: The quick brown fox jumps over the lazy dog.
Line 26: The quick brown fox jumps over the lazy dog.
Line 27: The quick brown fox jumps over the lazy dog.
Line 28: The quick brown fox jumps over the lazy dog.
Line 29: The quick brown fox jumps over the lazy dog.
Line 30: The quick brown fox jumps over the lazy dog.
Line 31: The quick brown fox jumps over the lazy dog.
Line 32: The quick brown fox jumps over the lazy dog.
Line 33: The quick brown fox jumps over the lazy dog.
Line 34: The quick brown fox jumps over the lazy dog.
Line 35: The quick brown fox jumps over the lazy dog.
Line 36: The quick brown fox jumps over the lazy dog.
Line 37: The quick brown fox jumps over the lazy dog.
Line 38: The quick brown fox jumps over the lazy dog.
Line 39: The quick brown fox jumps over the lazy dog.
Line 40: The quick brown fox jumps over the lazy dog.
body::-webkit-scrollbar {
width: 10px;
height: 10px;
}
body::-webkit-scrollbar-track {
background: #1e293b;
border-radius: 6px;
}
body::-webkit-scrollbar-thumb {
background: #818cf8;
border-radius: 6px;
}
body {
scrollbar-width: auto;
scrollbar-color: #818cf8 #1e293b;
}