Re: Store centered, jumps left or right
My fix for others that may encounter this issue in Firefox or Opera...
Add "min-height: 101%" as an element to the "HTML" class in the css file, this will force there to always be a vertical scrollbar on the right side to eliminate jumping under Firefox. This could be set to 100.1%, however Opera does not support decimal places in CSS for values, so it has to be rounded up.
|