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; +}