Fix crash when scrolling down on the web (#1684)
parent
997918547c
commit
4431cfe2d2
|
@ -74,14 +74,12 @@ const styles = StyleSheet.create({
|
|||
loadLatestTablet: {
|
||||
// @ts-ignore web only
|
||||
left: '50vw',
|
||||
// @ts-ignore web only -prf
|
||||
transform: 'translateX(-282px)',
|
||||
transform: [{translateX: -282}],
|
||||
},
|
||||
loadLatestDesktop: {
|
||||
// @ts-ignore web only
|
||||
left: '50vw',
|
||||
// @ts-ignore web only -prf
|
||||
transform: 'translateX(-382px)',
|
||||
transform: [{translateX: -382}],
|
||||
},
|
||||
indicator: {
|
||||
position: 'absolute',
|
||||
|
|
Loading…
Reference in New Issue