- 1). Log in to your web browser. Open the HTML page on which you currently do not have a scrollbar.
- 2). Click in the <head> section of the page.
- 3). Insert this code:
html { min-height: 100%; margin-bottom: 1px; }
This adds a tiny vertical scroll of one pixel to the page and eliminates a scrollbar shift when a new page opens. - 4). Publish to the page.
SHARE