Custom Scrollbar CSS Generator

Generate custom scrollbar CSS with live preview. Control colors, width, and border radius.

35.9Kuses
9.1/10(396)

Line 1 - Scroll to see the custom scrollbar in action with your current settings.

Line 2 - Scroll to see the custom scrollbar in action with your current settings.

Line 3 - Scroll to see the custom scrollbar in action with your current settings.

Line 4 - Scroll to see the custom scrollbar in action with your current settings.

Line 5 - Scroll to see the custom scrollbar in action with your current settings.

Line 6 - Scroll to see the custom scrollbar in action with your current settings.

Line 7 - Scroll to see the custom scrollbar in action with your current settings.

Line 8 - Scroll to see the custom scrollbar in action with your current settings.

Line 9 - Scroll to see the custom scrollbar in action with your current settings.

Line 10 - Scroll to see the custom scrollbar in action with your current settings.

Line 11 - Scroll to see the custom scrollbar in action with your current settings.

Line 12 - Scroll to see the custom scrollbar in action with your current settings.

Line 13 - Scroll to see the custom scrollbar in action with your current settings.

Line 14 - Scroll to see the custom scrollbar in action with your current settings.

Line 15 - Scroll to see the custom scrollbar in action with your current settings.

Line 16 - Scroll to see the custom scrollbar in action with your current settings.

Line 17 - Scroll to see the custom scrollbar in action with your current settings.

Line 18 - Scroll to see the custom scrollbar in action with your current settings.

Line 19 - Scroll to see the custom scrollbar in action with your current settings.

Line 20 - Scroll to see the custom scrollbar in action with your current settings.

10px
5px
5px

CSS Code

/* WebKit browsers (Chrome, Safari, Edge) */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #1a1a2e;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background: #6366f1;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #4f46e5;
}

/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #6366f1 #1a1a2e;
}

Recommended Products

Ad

Affiliate Disclosure: As an Amazon Associate, ToolBird earns from qualifying purchases. Links above are affiliate links — if you buy through them, we may earn a small commission at no extra cost to you.

Disclaimer: This tool is provided as-is for informational and educational purposes only.

ToolBird Assistant

Find the right tool instantly

Hey! I'm ToolBird Assistant. Tell me what you need and I'll find the right tool for you.