Page can scroll horizontally on iPhones. This is likely caused by pseudo elements larger than viewport and iOS Safari treats these slightly differently.
Possible solution is a wrapper element that has overflow: hidden but padding to allow the inner pseudo element to still be visible and not be cut off.
Page can scroll horizontally on iPhones. This is likely caused by pseudo elements larger than viewport and iOS Safari treats these slightly differently.
Possible solution is a wrapper element that has overflow: hidden but padding to allow the inner pseudo element to still be visible and not be cut off.