html { min-height: 100%; margin-bottom: 1px; } doesn't work

Discussion of bugs in Mozilla Firefox
Post Reply
aaaaaah
Posts: 135
Joined: July 12th, 2005, 10:43 am

html { min-height: 100%; margin-bottom: 1px; } doesn't work

Post by aaaaaah »

My vertical scroll bar disappears during page loading, causing pages to *shift* to the left every time, FF 1.06 WinXP. it's very annoying.

I searched these forums and found this:

/* Always show vertical scrollbar */
html { min-height: 100%; margin-bottom: 1px; !important; }

which I added to userContent.css but it didn't work.
So I added it to userChrome.css too and it still didn't work.
I stopped/restarted FF (looked for stray exe's in Task Manager too) each time I changed it.

Any other way to force the vertical scrollbar to stay put?
mw22
Posts: 2379
Joined: November 19th, 2002, 5:37 pm

Post by mw22 »

Do you have Weatherfox or something installed?
It might be that you have to many things in the statusbar. That could explain the bizar effect that you're seeing.

See https://bugzilla.mozilla.org/show_bug.cgi?id=204743
aaaaaah
Posts: 135
Joined: July 12th, 2005, 10:43 am

Post by aaaaaah »

wow, thanks! and a bugzilla link too. that was exactly the problem. I recently installed greasmonkey, and the little icon was just enough to cause this to happen. I'll have to adjust my labels on ForecastFox.
Thanks again mw, much appreciated.
Post Reply