mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
mobile: fix zindex
This commit is contained in:
committed by
Abdullah Atta
parent
3eab773fd1
commit
9483c63cdc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user