cowebsite

This commit is contained in:
_Bastler 2021-05-16 10:50:57 +02:00
parent f5d0c27193
commit c6eee39057
2 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,7 @@
position: fixed;
transition: transform 0.5s;
background-color: white;
z-index: 999;
&.loading {
background-color: gray;

View File

@ -143,7 +143,6 @@ class CoWebsiteManager {
if (allowApi) {
iframeListener.registerIframe(iframe);
}
this.cowebsiteMainDom.appendChild(iframe);
const onTimeoutPromise = new Promise((resolve) => {
setTimeout(() => resolve(), 2000);
});