iframe doesn't scroll on mobile Safari
aniketpant opened this issue · comments
References for possible solutions:
The following styles need to be added to the iframe container.
overflow-y: auto;
-webkit-overflow-scrolling: touch;
A spunky clean flexible no-forced-design modal library.
aniketpant opened this issue · comments
References for possible solutions:
The following styles need to be added to the iframe container.
overflow-y: auto;
-webkit-overflow-scrolling: touch;