mobile: fix task list title rendered above status bar in editor

This commit is contained in:
Ammar Ahmed
2025-02-28 10:46:28 +05:00
committed by Abdullah Atta
parent aba79c11d3
commit 2fab9dc6f1

View File

@@ -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