html body .lhshdr, body .rshdr, body .tpblk, body .tphdr, body #tbbcc,
body #rgsh_s {
position: absolute !important;
}
put this in a userContent.css in /home/user/.mozilla/microb/chrome/
it makes the top and left bar scoll away with the rest of the page instead of being always overlayed over the website.
I havent tried wrapping it all in a @-moz-document-prefix(www.google) { } to make it more specific but I think the possibility of those class names being used elsewhere is minor.
html body .lhshdr, body .rshdr, body .tpblk, body .tphdr, body #tbbcc, body #rgsh_s { position: absolute !important; }it makes the top and left bar scoll away with the rest of the page instead of being always overlayed over the website.
I havent tried wrapping it all in a @-moz-document-prefix(www.google) { } to make it more specific but I think the possibility of those class names being used elsewhere is minor.