Fixes #2256: Prevent navigation overlap when jumping to test results on report page

This commit is contained in:
Jeremy Stretch
2018-07-23 15:50:44 -04:00
parent 21b8871737
commit 39a3eca941
2 changed files with 31 additions and 20 deletions

View File

@@ -378,6 +378,13 @@ table.reports td.stats label {
margin-bottom: 0;
min-width: 40px;
}
table.report th {
position: relative;
}
table.report th a {
position: absolute;
top: -51px;
}
/* AJAX loader */
.loading {