Merge pull request #1414 from youngjuning/patch-1

This commit is contained in:
Nick Sweeting
2025-04-22 02:16:30 -07:00
committed by GitHub

View File

@@ -212,6 +212,7 @@
container.style.width = "100%";
container.style.height = "100%";
container.style.zIndex = "2147483647";
container.style.backgroundColor = 'transparent';
document.body.appendChild(container);
}