From bfbc348790ed5e2402bef69a3353b44d4b239d6d Mon Sep 17 00:00:00 2001 From: "martijn.martijn%gmail.com" Date: Fri, 13 Apr 2007 22:25:35 +0000 Subject: [PATCH] =?UTF-8?q?Bug=20377435=20=C2=96=20Text=20inside=20harness?= =?UTF-8?q?.xul=20isn't=20selectable=20and=20doesn't=20show=20a=20scrollba?= =?UTF-8?q?r,=20r=3Dsayrer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://10.0.0.236/trunk@224511 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/testing/mochitest/static/harness.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mozilla/testing/mochitest/static/harness.css b/mozilla/testing/mochitest/static/harness.css index 8bd2f224411..723d5fed059 100644 --- a/mozilla/testing/mochitest/static/harness.css +++ b/mozilla/testing/mochitest/static/harness.css @@ -4,6 +4,12 @@ body { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; background-color: #fff; + position: fixed; + top: 30px; + bottom: 0; + right: 0px; + left: 0px; + overflow:auto; } th, td {