Cross-browser custom scrollbar styling.
Line 1 — scroll me to see the custom scrollbar.
Line 2 — scroll me to see the custom scrollbar.
Line 3 — scroll me to see the custom scrollbar.
Line 4 — scroll me to see the custom scrollbar.
Line 5 — scroll me to see the custom scrollbar.
Line 6 — scroll me to see the custom scrollbar.
Line 7 — scroll me to see the custom scrollbar.
Line 8 — scroll me to see the custom scrollbar.
Line 9 — scroll me to see the custom scrollbar.
Line 10 — scroll me to see the custom scrollbar.
Line 11 — scroll me to see the custom scrollbar.
Line 12 — scroll me to see the custom scrollbar.
Line 13 — scroll me to see the custom scrollbar.
Line 14 — scroll me to see the custom scrollbar.
Line 15 — scroll me to see the custom scrollbar.
Line 16 — scroll me to see the custom scrollbar.
Line 17 — scroll me to see the custom scrollbar.
Line 18 — scroll me to see the custom scrollbar.
Line 19 — scroll me to see the custom scrollbar.
Line 20 — scroll me to see the custom scrollbar.
Line 21 — scroll me to see the custom scrollbar.
Line 22 — scroll me to see the custom scrollbar.
Line 23 — scroll me to see the custom scrollbar.
Line 24 — scroll me to see the custom scrollbar.
Line 25 — scroll me to see the custom scrollbar.
Line 26 — scroll me to see the custom scrollbar.
Line 27 — scroll me to see the custom scrollbar.
Line 28 — scroll me to see the custom scrollbar.
Line 29 — scroll me to see the custom scrollbar.
Line 30 — scroll me to see the custom scrollbar.
/* Webkit */
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #f1f5f9; }
::-webkit-scrollbar-thumb { background: #94a3b8; border-radius: 8px; }
/* Firefox */
* { scrollbar-width: thin; scrollbar-color: #94a3b8 #f1f5f9; }