IOS only / iPhone X / iPhone 7 etc.
Even jquery modal libraries don\'t work! https://jquerymodal.com/ - Open the modal on your iPhone and you will be able to scroll the
Umm I see there are few topics already on SO. Try this maybe?
@supports (-webkit-overflow-scrolling: touch) { /* CSS specific to iOS devices */ } @supports not (-webkit-overflow-scrolling: touch) { /* CSS for other than iOS devices */ }
CSS media query target only iOS devices