Teckademic
Another(?) user reported a solution for this problem (which occurs rarely) :
I just wanted to let you know that I fixed it by opening up ptthickbox.css and deleting the following:
*{padding: 0; margin: 0;}
html, body {
min-height: 100%;
height: auto !important;
height: 100%
}
