DEV: Assign Mini Profiler badge a z-index below the notifications menu (#17496)

Follow-up to https://github.com/discourse/discourse/pull/17468.

The notifications menu has a z-index at the header level, so the badge should be below that.

72889573e6/app/assets/stylesheets/common/base/menu-panel.scss (L26)
This commit is contained in:
Osama Sayegh 2022-07-14 20:14:38 +03:00 committed by GitHub
parent 72889573e6
commit 3690953a3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
div.profiler-results.profiler-top {
top: var(--header-offset);
z-index: z("header") - 1;
.profiler-button {
background-color: var(--header_background);