From: gerv%gerv.net <> Date: Mon, 14 Aug 2006 22:58:45 +0000 (+0000) Subject: Bug 313816 - fix height of iframe so you can read things inside it. Patch by gerv... X-Git-Tag: bugzilla-2.22.1~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7279a74c264d633d49d3f7ea4a6b059d0dce3ebf;p=thirdparty%2Fbugzilla.git Bug 313816 - fix height of iframe so you can read things inside it. Patch by gerv; r=mkanat, a=myk. --- diff --git a/template/en/default/bug/create/create-guided.html.tmpl b/template/en/default/bug/create/create-guided.html.tmpl index 0b2b20b20c..7b50419851 100644 --- a/template/en/default/bug/create/create-guided.html.tmpl +++ b/template/en/default/bug/create/create-guided.html.tmpl @@ -32,6 +32,7 @@ [% PROCESS global/header.html.tmpl title = "Enter $terms.ABug" onload = "PutDescription()" + style = "body, html { height: 100% }" %]