DEV: Fix mini profiler queries bg covering results (#17679)

This commit is contained in:
Alan Guo Xiang Tan 2022-07-27 11:41:13 +08:00 committed by GitHub
parent 126266863d
commit 41aa7fa4ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;