mirror of
https://github.com/ONLYOFFICE/onlyoffice.github.io.git
synced 2026-02-10 18:05:06 +08:00
[marketplace] Fix problem with frame border in IE.
This commit is contained in:
@ -26,6 +26,7 @@
|
||||
iframe {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border: none;
|
||||
}
|
||||
html, body {
|
||||
margin: 0px !important;
|
||||
|
||||
@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user