@atlaskit/help-article
Advanced tools
Comparing version 0.6.1 to 0.6.2
# @atlaskit/help-article | ||
## 0.6.2 | ||
### Patch Changes | ||
- [patch][a44f829bdc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a44f829bdc): | ||
Fixed IE11 CSS issue (hide horizontal scrollbar) | ||
## 0.6.1 | ||
@@ -4,0 +12,0 @@ |
@@ -45,3 +45,3 @@ "use strict"; | ||
if (currentIframe.contentWindow.document.body) { | ||
srcDoc.set(currentIframe, "<style>" + resetCss_1.default + "</style><div class=\"content-platform-support\">" + body + "</div>"); | ||
srcDoc.set(currentIframe, "<style>" + resetCss_1.default + "</style><div style=\"overflow-x: hidden;\">" + body + "</div>"); | ||
} | ||
@@ -48,0 +48,0 @@ } |
{ | ||
"name": "@atlaskit/help-article", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"sideEffects": false | ||
} |
@@ -43,3 +43,3 @@ import { __read } from "tslib"; | ||
if (currentIframe.contentWindow.document.body) { | ||
srcDoc.set(currentIframe, "<style>" + resetCSS + "</style><div class=\"content-platform-support\">" + body + "</div>"); | ||
srcDoc.set(currentIframe, "<style>" + resetCSS + "</style><div style=\"overflow-x: hidden;\">" + body + "</div>"); | ||
} | ||
@@ -46,0 +46,0 @@ } |
{ | ||
"name": "@atlaskit/help-article", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/help-article", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "A cross-product help-article component", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
Sorry, the diff of this file is not supported yet
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
69999