DEV: Fix mini-profiler location for custom (or missing) d-headers (#15192)
This commit is contained in:
parent
d3912075b6
commit
972d7cb1d6
|
@ -372,7 +372,7 @@ table {
|
|||
}
|
||||
|
||||
.profiler-results.profiler-left {
|
||||
top: 60px !important;
|
||||
top: var(--header-offset) !important;
|
||||
}
|
||||
|
||||
.flex-center-align {
|
||||
|
|
Loading…
Reference in New Issue