From 3690953a3fea433af57958bf85b0026e143b3c3d Mon Sep 17 00:00:00 2001 From: Osama Sayegh Date: Thu, 14 Jul 2022 20:14:38 +0300 Subject: [PATCH] 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. https://github.com/discourse/discourse/blob/72889573e6c551dd2836cfb087cfebb326d08758/app/assets/stylesheets/common/base/menu-panel.scss#L26 --- app/assets/stylesheets/common/admin/mini_profiler.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/common/admin/mini_profiler.scss b/app/assets/stylesheets/common/admin/mini_profiler.scss index 3c2297900ba..3c595aead49 100644 --- a/app/assets/stylesheets/common/admin/mini_profiler.scss +++ b/app/assets/stylesheets/common/admin/mini_profiler.scss @@ -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);