Hey , I tried using:
html {overflow-y: scroll;height:101%;overflow-y:hidden;}
To force scrolling, when I view one my sites on my MBP the bottom gets cut off, but looks fine in FF/IE.
Any ideas?
Thanks,
Ryan
Hey , I tried using:
html {overflow-y: scroll;height:101%;overflow-y:hidden;}
To force scrolling, when I view one my sites on my MBP the bottom gets cut off, but looks fine in FF/IE.
Any ideas?
Thanks,
Ryan
It should be enough to say:
html { overflow-y: scroll; }
but I would also try
body { overflow-y: scroll; }