fix: z-index clash in mobile UI (#8985)
Some checks failed
Tests / test (push) Waiting to run
Auto release excalidraw next / Auto-release-excalidraw-next (push) Has been cancelled
Build Docker image / build-docker (push) Has been cancelled
Cancel previous runs / cancel (push) Has been cancelled
Publish Docker / publish-docker (push) Has been cancelled
New Sentry production release / sentry (push) Has been cancelled

This commit is contained in:
David Luzar
2025-01-06 21:21:11 +01:00
committed by GitHub
parent f2f8219917
commit 78ab12c7e6

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 {