diff options
Diffstat (limited to 'src/view/screens/Notifications.tsx')
-rw-r--r-- | src/view/screens/Notifications.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/screens/Notifications.tsx b/src/view/screens/Notifications.tsx index 4794cdcd0..1880fb816 100644 --- a/src/view/screens/Notifications.tsx +++ b/src/view/screens/Notifications.tsx @@ -121,7 +121,7 @@ export function NotificationsScreen({}: Props) { return ( <Layout.Screen testID="notificationsScreen"> - <Layout.Header.Outer noBottomBorder> + <Layout.Header.Outer noBottomBorder sticky={false}> <Layout.Header.MenuButton /> <Layout.Header.Content> <Layout.Header.TitleText> |