Okay, it turned out to be an easy fix that I overlooked.
I changed this line in the app.html
file:
<body style="padding: 1px;">
To this:
<body style="padding: 0px;">
Okay, it turned out to be an easy fix that I overlooked.
I changed this line in the app.html
file:
<body style="padding: 1px;">
To this:
<body style="padding: 0px;">