From 91459c6fc195937e2e997cdbeb2b9999f0898423 Mon Sep 17 00:00:00 2001 From: "Calum H. (IMB11)" Date: Mon, 25 May 2026 18:53:39 +0100 Subject: [PATCH] fix: z index --- packages/ui/src/layouts/shared/console/layout.vue | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages/ui/src/layouts/shared/console/layout.vue b/packages/ui/src/layouts/shared/console/layout.vue index 73b98550a8..038f596fd4 100644 --- a/packages/ui/src/layouts/shared/console/layout.vue +++ b/packages/ui/src/layouts/shared/console/layout.vue @@ -458,4 +458,14 @@ async function handleShare() { .modrinth-console-fullscreen-active iframe[name='intercom-messenger-frame'] { z-index: 14 !important; } + +.modrinth-console-fullscreen-active .loading-indicator-container, +.modrinth-console-fullscreen-active .app-contents::before { + z-index: 14 !important; +} + +.modrinth-console-fullscreen-active .app-grid-navbar, +.modrinth-console-fullscreen-active .app-grid-statusbar { + z-index: 0 !important; +}