mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
prevent selectioheader for showing on top.
This commit is contained in:
@@ -34,7 +34,7 @@ export const SelectionHeader = () => {
|
|||||||
paddingHorizontal: 12,
|
paddingHorizontal: 12,
|
||||||
transform: [
|
transform: [
|
||||||
{
|
{
|
||||||
translateY: selectionMode ? 0 : -100,
|
translateY: selectionMode ? 0 : -150,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
}}>
|
}}>
|
||||||
|
|||||||
Reference in New Issue
Block a user