Home › Forums › CSS › [Solved] Problem with translateX on iOS › Reply To: [Solved] Problem with translateX on iOS
April 2, 2015 at 8:18 am
#199570
Participant
Does it only happen on portrait view? Looks like it’s missing the CSS prefix at least – adding -webkit-transform: translateX(100%)
on line 909 of style.css should generally solve it.