mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
mobile: fix task list title rendered above status bar in editor
This commit is contained in:
committed by
Abdullah Atta
parent
aba79c11d3
commit
2fab9dc6f1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user