cowebsite
This commit is contained in:
parent
f5d0c27193
commit
c6eee39057
1
front/dist/resources/style/cowebsite.scss
vendored
1
front/dist/resources/style/cowebsite.scss
vendored
@ -4,6 +4,7 @@
|
||||
position: fixed;
|
||||
transition: transform 0.5s;
|
||||
background-color: white;
|
||||
z-index: 999;
|
||||
|
||||
&.loading {
|
||||
background-color: gray;
|
||||
|
@ -143,7 +143,6 @@ class CoWebsiteManager {
|
||||
if (allowApi) {
|
||||
iframeListener.registerIframe(iframe);
|
||||
}
|
||||
this.cowebsiteMainDom.appendChild(iframe);
|
||||
const onTimeoutPromise = new Promise((resolve) => {
|
||||
setTimeout(() => resolve(), 2000);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user