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:
parent
5085861b9a
commit
c7600fe0c2
9 changed files with 29 additions and 8 deletions
|
@ -92,6 +92,8 @@ export const ProfileFollowers = observer(function ProfileFollowers({
|
|||
</View>
|
||||
)}
|
||||
extraData={view.isLoading}
|
||||
// @ts-ignore our .web version only -prf
|
||||
desktopFixedHeight
|
||||
/>
|
||||
)
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue