I\'m developing a webapp and I\'ve got a div inside of an iFrame that has hidden, overflowed content that I want to be scrollable.
On Safar on iOS 9 when I add
It seems another hack for this Safari bug is to use javascript to set a style="overflow: none" and reset it back to its previous value immediately after.
style="overflow: none"