Fix Profile tab switch jumps on Chrome (#3076)

zio/stable
dan 2024-03-02 01:34:43 +00:00 committed by GitHub
parent b07846f2fa
commit f2249614be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -491,6 +491,8 @@ const styles = StyleSheet.create({
container: {
flexDirection: 'column',
height: '100%',
// @ts-ignore Web-only.
overflowAnchor: 'none', // Fixes jumps when switching tabs while scrolled down.
},
loading: {
paddingVertical: 10,