Web fixes (#517)

* Fix scroll behaviors on web

* Remove headers on web to avoid scroll overflow

* Fix follow button press in cards
This commit is contained in:
Paul Frazee 2023-04-22 19:08:41 -05:00 committed by GitHub
parent 5085861b9a
commit c7600fe0c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 29 additions and 8 deletions

View file

@ -22,7 +22,7 @@ export const PostRepostedByScreen = withAuthRequired(({route}: Props) => {
return (
<View>
<ViewHeader title="Reposted by" showOnDesktop />
<ViewHeader title="Reposted by" />
<PostRepostedByComponent uri={uri} />
</View>
)