Closed (fixed)
Project:
Zina
Version:
6.x-1.21
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Jun 2010 at 01:43 UTC
Updated:
15 Jun 2010 at 17:42 UTC
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
Comment #1
ryanlath commentedfix in latest release 1.22