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 {