Design professional scrollbars for WebKit and Firefox — presets, thumb hover states, radius, borders, gutter, and live vertical/horizontal preview.
Workspace
WebKit + Firefox scrollbar styles with live preview.
Preview
Scroll the panel
Scrollbar preview line 1 — customize track, thumb, hover, and radius. Works in WebKit and Firefox.
Scrollbar preview line 2 — customize track, thumb, hover, and radius. Works in WebKit and Firefox.
Scrollbar preview line 3 — customize track, thumb, hover, and radius. Works in WebKit and Firefox.
Scrollbar preview line 4 — customize track, thumb, hover, and radius. Works in WebKit and Firefox.
Scrollbar preview line 5 — customize track, thumb, hover, and radius. Works in WebKit and Firefox.
Scrollbar preview line 6 — customize track, thumb, hover, and radius. Works in WebKit and Firefox.
Scrollbar preview line 7 — customize track, thumb, hover, and radius. Works in WebKit and Firefox.
Scrollbar preview line 8 — customize track, thumb, hover, and radius. Works in WebKit and Firefox.
Scrollbar preview line 9 — customize track, thumb, hover, and radius. Works in WebKit and Firefox.
Scrollbar preview line 10 — customize track, thumb, hover, and radius. Works in WebKit and Firefox.
Scrollbar preview line 11 — customize track, thumb, hover, and radius. Works in WebKit and Firefox.
Scrollbar preview line 12 — customize track, thumb, hover, and radius. Works in WebKit and Firefox.
Scrollbar preview line 13 — customize track, thumb, hover, and radius. Works in WebKit and Firefox.
Scrollbar preview line 14 — customize track, thumb, hover, and radius. Works in WebKit and Firefox.
Scrollbar preview line 15 — customize track, thumb, hover, and radius. Works in WebKit and Firefox.
Scrollbar preview line 16 — customize track, thumb, hover, and radius. Works in WebKit and Firefox.
Scrollbar preview line 17 — customize track, thumb, hover, and radius. Works in WebKit and Firefox.
Scrollbar preview line 18 — customize track, thumb, hover, and radius. Works in WebKit and Firefox.
Scrollbar preview line 19 — customize track, thumb, hover, and radius. Works in WebKit and Firefox.
Scrollbar preview line 20 — customize track, thumb, hover, and radius. Works in WebKit and Firefox.
Scrollbar preview line 21 — customize track, thumb, hover, and radius. Works in WebKit and Firefox.
Scrollbar preview line 22 — customize track, thumb, hover, and radius. Works in WebKit and Firefox.
Scrollbar preview line 23 — customize track, thumb, hover, and radius. Works in WebKit and Firefox.
Scrollbar preview line 24 — customize track, thumb, hover, and radius. Works in WebKit and Firefox.
Track
#fce7f3
Thumb
#e11d48
Width
10px
Firefox
thin
Firefox · WebKit
CSS outputcss | scrollbar.css
/* Firefox */
.scroll {
scrollbar-width: thin;
scrollbar-color: #e11d48 #fce7f3;
}
/* WebKit (Chrome, Safari, Edge) */
.scroll::-webkit-scrollbar {
width: 10px;
height: 10px;
}
.scroll::-webkit-scrollbar-track {
background: #fce7f3;
}
.scroll::-webkit-scrollbar-thumb {
background: #e11d48;
border-radius: 9999px;
}
.scroll::-webkit-scrollbar-thumb:hover {
background: #be123c;
}
.scroll::-webkit-scrollbar-thumb:active {
background: #9f1239;
}
.scroll::-webkit-scrollbar-corner {
background: #fce7f3;
}Keep exploring
Design CSS borders with per-side width/style/color, linked or individual radii, presets, live preview, and IDE-ready CSS output.
Open toolDesign CSS buttons with solid, outline, soft, gradient, neon, 3D, and more presets — plus fonts, typography, icons, hover/focus/disabled states, and export-ready CSS.
Open toolClick a question to open it. Click again to close.
Looking for more? Browse Our Tools.