mirror of
https://github.com/discourse/discourse.git
synced 2025-03-31 09:55:45 +08:00
DEV: Fix mini profiler queries bg covering results (#17679)
This commit is contained in:
parent
126266863d
commit
41aa7fa4ef
@ -1,6 +1,10 @@
|
|||||||
// Some basic overrides to https://github.com/MiniProfiler/rack-mini-profiler/blob/master/lib/html/includes.scss
|
// Some basic overrides to https://github.com/MiniProfiler/rack-mini-profiler/blob/master/lib/html/includes.scss
|
||||||
// which make the badge conform to the current site theme.
|
// which make the badge conform to the current site theme.
|
||||||
|
|
||||||
|
.profiler-queries-bg {
|
||||||
|
z-index: z("header") - 2;
|
||||||
|
}
|
||||||
|
|
||||||
div.profiler-results.profiler-top {
|
div.profiler-results.profiler-top {
|
||||||
top: var(--header-offset);
|
top: var(--header-offset);
|
||||||
z-index: z("header") - 1;
|
z-index: z("header") - 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user