mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Bug 377435 - Text inside harness.xul isn't selectable and doesn't show a scrollbar, r=sayrer
This commit is contained in:
parent
d9e039750b
commit
947334600d
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user