Do you mean margin / addition?
Your iframe is displayed in the html file, try the following CSS:
body { margin: 0; padding 0; }
edit: It could also be similar for your iframe element itself. If the above doesn't work, in the parent html page try:
iframe { padding: 0; margin: 0; }
Hardeep
source share