Make the wrapper's display "fixed" so it doesn't interfere with the window.

Signed-off-by: Gökay Şatır <gokaysatir@collabora.com>
Change-Id: I7176a0dbc235f8202cbbd4028ac187293d648d8a
pull/5290/head
Gökay Şatır 2022-09-21 11:57:55 +03:00 committed by pedropintosilva
parent b9f096a060
commit 9993453714
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
.iframe-welcome-wrap,
.iframe-welcome-content {
position: absolute;
position: fixed;
z-index: 1106;
display: flex;
width: 100%;