Compare commits

...
Author SHA1 Message Date
Calum H. (IMB11) 91459c6fc1 fix: z index 2026-06-08 16:44:27 +01:00
@@ -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>