Forum Moderators: not2easy
I found one semi-solution in which you can set overflow-y: auto in the body tag but for some reason in FF3 It just creates a second scrollbar when you load a page that needs a scrollbar.
Is there any way to adjust for the scrollbar so the layout doesn't shift?
Thanks in advance.
try it like this...
<style type="text/css">
html{
overflow-y:scroll;
}
</style>