From c6eee390573ba3e25b964837fc483d29bf822d36 Mon Sep 17 00:00:00 2001 From: _Bastler <_Bastler@bstly.de> Date: Sun, 16 May 2021 10:50:57 +0200 Subject: [PATCH] cowebsite --- front/dist/resources/style/cowebsite.scss | 1 + front/src/WebRtc/CoWebsiteManager.ts | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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); });