fix: z index of console tab expanded (#6334)

fix: z index
This commit is contained in:
Calum H.
2026-06-08 16:56:14 +01:00
committed by GitHub
parent c7ba6ba8b2
commit c28ba2e6a4
@@ -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;
}
</style>