Fix region sizing on web
This commit is contained in:
parent
3e19728618
commit
fa115c1cba
14 changed files with 25 additions and 16 deletions
|
|
@ -76,7 +76,7 @@ export const Notifications = ({navIdx, visible}: ScreenParams) => {
|
|||
}, [visible, store, navIdx, screen, scrollToTop])
|
||||
|
||||
return (
|
||||
<View style={s.h100pct}>
|
||||
<View style={s.hContentRegion}>
|
||||
<ViewHeader title="Notifications" canGoBack={false} />
|
||||
<Feed
|
||||
view={store.me.notifications}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue