Fix Profile tab switch jumps on Chrome (#3076)
This commit is contained in:
@@ -491,6 +491,8 @@ const styles = StyleSheet.create({
|
|||||||
container: {
|
container: {
|
||||||
flexDirection: 'column',
|
flexDirection: 'column',
|
||||||
height: '100%',
|
height: '100%',
|
||||||
|
// @ts-ignore Web-only.
|
||||||
|
overflowAnchor: 'none', // Fixes jumps when switching tabs while scrolled down.
|
||||||
},
|
},
|
||||||
loading: {
|
loading: {
|
||||||
paddingVertical: 10,
|
paddingVertical: 10,
|
||||||
|
|||||||
Reference in New Issue
Block a user