We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e262b9 + a2c90e7 commit b9a2938Copy full SHA for b9a2938
src/js/init.js
@@ -103,7 +103,7 @@ export default {
103
printFrame.setAttribute('style', 'width: 1px; height: 100px; position: fixed; left: 0; top: 0; opacity: 0; border-width: 0; margin: 0; padding: 0')
104
} else {
105
// Hide the iframe in other browsers
106
- printFrame.setAttribute('style', 'visibility: hidden; height: 0; width: 0; position: absolute;')
+ printFrame.setAttribute('style', 'visibility: hidden; height: 0; width: 0; position: absolute; border: 0')
107
}
108
109
// Set iframe element id
0 commit comments