html - Safari specific scroll bar issue in legacy code -


i trying debug issue occurring in safari. on few pages of web application, content larger frame , scroll bar appears on right when scroll bar moves or down content not scroll it. can "scroll" scroll bar content inaccessible though scroll bar mobile.

the issue occurs in "multi-process windows" debug mode option not in "single-process windows" option. scroll bar works fine in firefox, ie, , chrome, not in safari. because there's lot of legacy code, i'm not quite sure actual content , specific html elements relevant. can tell there's iframe element, html element, body element, div element, iframe element html element, body element , divs.

edit matter if of elements within <iframe> have attribute scrolling="no"? see on few of elements within iframe coworker reassures me don't matter.

have tried adding overflow-y: scroll; body css?


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c++ - Using OpenSSL in a multi-threaded application -

All overlapping substrings matching a java regex -