I\'m designing a website and I have multiple pages that use the same template, some pages are longer than the browser window\'s height, other\'s aren\'t. The ones that are longe
The only way to do this is to have the scrollbar always visible.
html { overflow-y: scroll; }