|
Hiding iframe horizontal scrollbar under safari
On my iframe, i want to hide the horizontal scrollbar while keeping the vertical scrollbar. I have used
style="overflow-x: hidden;"
It works with firefox but doesn't work with safari. Is there a fix to hide horizontal scrollbar under safari ?
The only way i heard about is to change the overflow of the page inside the iframe. But i can't modify the page inside my iframe because it is an external website
|