Javascript: Firefox Scroll Bars Not Working
This one bugged me for a while, in Firefox 2.0 on OS X, when using position:fixed elements, the body scrollbars would stop being focusable, and therefore useless.
This is a known bug in Firefox and the quick-fix is to ensure that no part of your position:fixed elements are placed underneath the scroll bar.