We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebb7f09 commit 22f109bCopy full SHA for 22f109b
1 file changed
assets/gurapp/api/gurasuraisu-api.js
@@ -1157,6 +1157,7 @@ const _fallbacks = {
1157
// Iframe Element
1158
const iframe = document.createElement('iframe');
1159
iframe.className = 'sheet-iframe';
1160
+ iframe.style.cssText = 'width:100%;height:100%;border-radius:inherit;corner-shape:inherit;';
1161
iframe.setAttribute('data-gurasuraisu-iframe', 'true');
1162
iframe.setAttribute('data-is-sheet', 'true');
1163
if (options.sourceAppId) iframe.dataset.appId = options.sourceAppId;
0 commit comments