mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 03:48:23 +00: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
|
||||
// which make the badge conform to the current site theme.
|
||||
|
||||
.profiler-queries-bg {
|
||||
z-index: z("header") - 2;
|
||||
}
|
||||
|
||||
div.profiler-results.profiler-top {
|
||||
top: var(--header-offset);
|
||||
z-index: z("header") - 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user