I wrote a bookmarklet to fix this when it happens: javascript:(function(){ $("#content_frame_mid").height("auto"); }()); Create a new bookmark and put the above code where you would normally put the http:// address. Works best with a button on the bookmark toolbar. How does it work? It uses jquery (which is already loaded)…