fix: z-index clash in mobile UI (#8985)

This commit is contained in:
David Luzar 2025-01-06 21:21:11 +01:00 committed by GitHub
parent f2f8219917
commit 78ab12c7e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,6 @@
top: var(--editor-container-padding);
right: var(--editor-container-padding);
bottom: var(--editor-container-padding);
z-index: 2;
}
.FixedSideContainer_side_top.zen-mode {