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:
Matthias Krüger 2013-10-13 00:28:51 +02:00
parent 4f1fdce09e
commit 7fa5435d54
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ body {
border-right: 2px solid #aaa;
background-color: white;
padding: 20px;
overflow: auto;
}
#header {