In Chrome/Chromium there are scrollbars in the popup window. scrollbars=no don't work there. I found a solution with the attribute overflow set in body tag.

This small patch in theme.php (line 2139) should work:

$zina['head_js'].'<style>body{margin:0;padding:0;overflow-x:hidden;overflow-y:hidden;}</style></head>'.

Comments

ryanlath’s picture

Status: Active » Closed (fixed)

fix in latest release 1.22