Skip to content

Commit 22f109b

Browse files
author
Gurasuraisu
committed
iframe fixing gurappai
1 parent ebb7f09 commit 22f109b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

assets/gurapp/api/gurasuraisu-api.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1157,6 +1157,7 @@ const _fallbacks = {
11571157
// Iframe Element
11581158
const iframe = document.createElement('iframe');
11591159
iframe.className = 'sheet-iframe';
1160+
iframe.style.cssText = 'width:100%;height:100%;border-radius:inherit;corner-shape:inherit;';
11601161
iframe.setAttribute('data-gurasuraisu-iframe', 'true');
11611162
iframe.setAttribute('data-is-sheet', 'true');
11621163
if (options.sourceAppId) iframe.dataset.appId = options.sourceAppId;

0 commit comments

Comments
 (0)