SyntaxFix
Write A Post
Hire A Developer
Questions
Try using scrolling=no attribute on the iframe tag. Mozilla also has an overflow-x and overflow-y CSS property you may look into.
scrolling=no
overflow-x
overflow-y
In terms of the height, you could also try height=100% on the iframe tag.
height=100%