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:
parent
72889573e6
commit
3690953a3f
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue