Skip to content

Commit 8ba3421

Browse files
AlexeyMatveev686AlexeyMatveev686
AlexeyMatveev686
authored and
AlexeyMatveev686
committed
[marketplace] Fix problem with frame border in IE.
1 parent 8aa8314 commit 8ba3421

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

store/plugin/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
iframe {
2727
width: 100%;
2828
height: 100%;
29+
border: none;
2930
}
3031
html, body {
3132
margin: 0px !important;

store/plugin/scripts/code.js

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424

2525
document.addEventListener("DOMContentLoaded", function() {
2626
let pageUrl = "https://onlyoffice.github.io/store/index.html";
27-
iframe.style = "width:100%; border:none;";
2827
iframe.src = pageUrl + window.location.search;
2928
document.body.appendChild(iframe);
3029
iframe.onload = function() {

0 commit comments

Comments
 (0)