htmlreport: use "overflow: auto" in body. This prevents the <pre> text from overlapping the "page" class. Instead a scrollbar is displayed at the bottom of the element.
This commit is contained in:
parent
4f1fdce09e
commit
7fa5435d54
|
@ -37,6 +37,7 @@ body {
|
||||||
border-right: 2px solid #aaa;
|
border-right: 2px solid #aaa;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header {
|
#header {
|
||||||
|
|
Loading…
Reference in New Issue