[marketplace] Fix problem with frame border in IE.

This commit is contained in:
AlexeyMatveev686
2023-02-10 15:10:05 +03:00
parent 8aa8314be8
commit 8ba34210d9
2 changed files with 1 additions and 1 deletions

View File

@ -26,6 +26,7 @@
iframe {
width: 100%;
height: 100%;
border: none;
}
html, body {
margin: 0px !important;

View File

@ -24,7 +24,6 @@
document.addEventListener("DOMContentLoaded", function() {
let pageUrl = "https://onlyoffice.github.io/store/index.html";
iframe.style = "width:100%; border:none;";
iframe.src = pageUrl + window.location.search;
document.body.appendChild(iframe);
iframe.onload = function() {