Comparing version 1.3.0 to 1.3.1
@@ -521,3 +521,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
// Hide the iframe in other browsers | ||
printFrame.setAttribute('style', 'visibility: hidden; height: 0; width: 0; position: absolute;'); | ||
printFrame.setAttribute('style', 'visibility: hidden; height: 0; width: 0; position: absolute; border: 0'); | ||
} // Set iframe element id | ||
@@ -524,0 +524,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"description": "A tiny javascript library to help printing from the web.", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"main": "dist/print.js", | ||
@@ -8,0 +8,0 @@ "types": "src/index.d.ts", |
@@ -106,3 +106,3 @@ 'use strict' | ||
// Hide the iframe in other browsers | ||
printFrame.setAttribute('style', 'visibility: hidden; height: 0; width: 0; position: absolute;') | ||
printFrame.setAttribute('style', 'visibility: hidden; height: 0; width: 0; position: absolute; border: 0') | ||
} | ||
@@ -109,0 +109,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
126249