Using this code
Add this in your css to hide both scroll bar
iframe { overflow-x:hidden; overflow-Y:hidden; }