How-to articles, tricks, and solutions about SCROLLBAR

How to Make Scrollbar Visible Only when Necessary

On this page, you’ll find some examples of making the scrollbar on <div> visible only when necessary using the overflow, overflow-y, and overflow-x properties.

How to Prevent Scrollbar from Repositioning Web Page

When you center a page, it may move slightly on some browsers when navigating between pages. In this snippet, we’ll demonstrate how to solve this problem.