diff --git a/front/dist/resources/style/cowebsite.scss b/front/dist/resources/style/cowebsite.scss index c5faef83..a7f66600 100644 --- a/front/dist/resources/style/cowebsite.scss +++ b/front/dist/resources/style/cowebsite.scss @@ -4,6 +4,7 @@ position: fixed; transition: transform 0.5s; background-color: white; + z-index: 999; &.loading { background-color: gray; diff --git a/front/src/WebRtc/CoWebsiteManager.ts b/front/src/WebRtc/CoWebsiteManager.ts index 48f43112..f58b2e67 100644 --- a/front/src/WebRtc/CoWebsiteManager.ts +++ b/front/src/WebRtc/CoWebsiteManager.ts @@ -143,7 +143,6 @@ class CoWebsiteManager { if (allowApi) { iframeListener.registerIframe(iframe); } - this.cowebsiteMainDom.appendChild(iframe); const onTimeoutPromise = new Promise((resolve) => { setTimeout(() => resolve(), 2000); });