Notes to self

Easy solutions to tricky problems
May 10
Permalink

No scrollbar in Firefox

I came across this weird bug in Firefox. The scrollbar was missing, but I hadn’t even started any CSS yet. I figured the only special thing I’d done was setting a meta tag to get rid of those cartoon looking buttons in IE6/XP.

<meta http-equiv="MSThemeCompatible" content="no" />

Accidently it also strips Firefox of it’s scrollbar.