mobile: fix zindex

This commit is contained in:
Ammar Ahmed
2025-03-01 15:24:14 +05:00
committed by Abdullah Atta
parent 3eab773fd1
commit 9483c63cdc

View File

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