Bug 377435 - Text inside harness.xul isn't selectable and doesn't show a scrollbar, r=sayrer

This commit is contained in:
martijn.martijn@gmail.com 2007-04-13 15:25:35 -07:00
parent fdcec2610e
commit 26ef89ca50

View File

@ -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 {