Is there a way to hide the tiny, fixed scrollbar that appears at the bottom of an <iframe>
with overflow-x: scroll
, even when there is no content to scroll, while keeping the
transform: translate3d(0px, 0px, 0px)
style set?
https://i.sstatic.net/kaV2q.png
I am unable to modify the iframe's style directly due to being embedded in another website that is hard to customize.
You can see a working example here: https://jsfiddle.net/wby66opd/