From: gerv%gerv.net <> Date: Mon, 14 Aug 2006 22:58:12 +0000 (+0000) Subject: Bug 313816 - fix height of iframe so you can read things inside it. Patch by gerv... X-Git-Tag: bugzilla-2.23.3~162 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d8a09df8861edf4967ed62c064df9d8c1cbd4d5;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 46512d940d..5b27aa1735 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% }" %]