Show Scrollbar Only When Scrolling Code Example


Example: html always show scrollbar


jQuery shouldn't be required. You could try adding the CSS:

body
{overflow-y:scroll;}
This works across the latest browsers, even IE6.

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable