mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
mobile: fix task list title rendered above status bar in editor
This commit is contained in:
committed by
Abdullah Atta
parent
dba47666e4
commit
3f9bcec036
@@ -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