I'm having trouble with scroll bars appearing in my iframe when inside a fancy box. I have tried everything to remove them without success.
For example, you can view the issue here: http://jsfiddle.net/t4j3C/
No matter what I try, nothing seems to work. What could I be doing wrong? I even attempted using the following code snippets:
iframe { overflow: hidden; }
<iframe ... scrolling="no"></iframe>