<div class="custom-scroll-content">
<p>This content is scrollable. Notice the custom scrollbar style applied to this specific div.</p>
<p>Scroll down to see more content...</p>
<div style="height:500px;"></div>
<p>End of content.</p>
</div>
Back to Snippets
CSS Custom Scrollbar Styling
Style browser scrollbars for a more consistent and branded look across your website using CSS. Works in WebKit-based browsers (Chrome, Safari, Edge) and Firefox.
318