diff --git a/packages/editor-mobile/src/components/statusbar.tsx b/packages/editor-mobile/src/components/statusbar.tsx index a71dd5929..5f72d2b2e 100644 --- a/packages/editor-mobile/src/components/statusbar.tsx +++ b/packages/editor-mobile/src/components/statusbar.tsx @@ -150,7 +150,7 @@ function StatusBar({ position: sticky ? "sticky" : "relative", top: -3, backgroundColor: "var(--nn_primary_background)", - zIndex: 999, + zIndex: 10, justifyContent: sticky ? "center" : "flex-start", paddingTop: 4, paddingBottom: 2