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