We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aa8314 commit 8ba3421Copy full SHA for 8ba3421
store/plugin/index.html
@@ -26,6 +26,7 @@
26
iframe {
27
width: 100%;
28
height: 100%;
29
+ border: none;
30
}
31
html, body {
32
margin: 0px !important;
store/plugin/scripts/code.js
@@ -24,7 +24,6 @@
24
25
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() {
0 commit comments