From a5087b940cddad089c24a84b11452e1755d29e60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kay=20H=C3=A4usler?= <17731016+khaeusler@users.noreply.github.com> Date: Mon, 4 Jan 2021 16:49:21 +0100 Subject: [PATCH] fix the visibility of the preview area --- attachment_preview/static/src/scss/attachment_preview.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/attachment_preview/static/src/scss/attachment_preview.scss b/attachment_preview/static/src/scss/attachment_preview.scss index 48318dee..9c2bf904 100644 --- a/attachment_preview/static/src/scss/attachment_preview.scss +++ b/attachment_preview/static/src/scss/attachment_preview.scss @@ -32,6 +32,7 @@ height: 100%; float: right; position: relative; + z-index: 999; > .attachment_preview_iframe { width: 100%;