From 2d8a09df8861edf4967ed62c064df9d8c1cbd4d5 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Mon, 14 Aug 2006 22:58:12 +0000 Subject: Bug 313816 - fix height of iframe so you can read things inside it. Patch by gerv; r=mkanat, a=myk. --- template/en/default/bug/create/create-guided.html.tmpl | 1 + 1 file changed, 1 insertion(+) (limited to 'template') diff --git a/template/en/default/bug/create/create-guided.html.tmpl b/template/en/default/bug/create/create-guided.html.tmpl index 46512d940..5b27aa173 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% }" %]

-- cgit v1.2.3-24-g4f1b