mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Fixes #2256: Prevent navigation overlap when jumping to test results on report page
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user