Desktop: prevent unnecessary X scroll between 1230px and 1260px (#828)
* Desktop: prevent unnecessary X scroll between 1230px and 1260px * imports structure without changes * re add dot to textzio/stable
parent
c20f8937cb
commit
37782ae60b
|
@ -98,7 +98,7 @@ const styles = StyleSheet.create({
|
||||||
rightNav: {
|
rightNav: {
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
top: 20,
|
top: 20,
|
||||||
left: 'calc(50vw + 330px)',
|
left: 'calc(50vw + 310px)',
|
||||||
width: 304,
|
width: 304,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue