diff --git a/packages/editor-mobile/src/components/statusbar.tsx b/packages/editor-mobile/src/components/statusbar.tsx index 6957552f7..a71dd5929 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: 1, + zIndex: 999, justifyContent: sticky ? "center" : "flex-start", paddingTop: 4, paddingBottom: 2