fix: contents in reports + rally point now correctly scrollable

This commit is contained in:
Martin Ambrus
2017-12-26 20:32:27 +01:00
parent 77cc7b1d16
commit 28d82c5257
+1 -1
View File
@@ -47,7 +47,7 @@ div#content {
overflow: hidden;
position: relative;
}
div#content.reports {
div#content.reports, div#content.build {
overflow: auto;
}
div.universal {