HomeToolsScrollbar

Scrollbar

Width12px
Border Radius6px
PREVIEW

Content Title

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

"Good design is obvious. Great design is transparent."

Section 1: Filler content to ensure there is enough vertical height to trigger the scrollbar visibility. The width, color, and radius of the scrollbar on the right (or bottom) should reflect the settings chosen in the control panel.

Section 2: Filler content to ensure there is enough vertical height to trigger the scrollbar visibility. The width, color, and radius of the scrollbar on the right (or bottom) should reflect the settings chosen in the control panel.

Section 3: Filler content to ensure there is enough vertical height to trigger the scrollbar visibility. The width, color, and radius of the scrollbar on the right (or bottom) should reflect the settings chosen in the control panel.

Section 4: Filler content to ensure there is enough vertical height to trigger the scrollbar visibility. The width, color, and radius of the scrollbar on the right (or bottom) should reflect the settings chosen in the control panel.

Section 5: Filler content to ensure there is enough vertical height to trigger the scrollbar visibility. The width, color, and radius of the scrollbar on the right (or bottom) should reflect the settings chosen in the control panel.

Note: Webkit scrollbars work in Chrome, Safari, Edge. Firefox uses standard `scrollbar-width` and `scrollbar-color`.

/* Webkit Scrollbar Customization */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #f1f5f9;
}

::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background: #a5afbb;
}