From 50af55acb210afef45a1b519c5321b6b22a9a039 Mon Sep 17 00:00:00 2001 From: Peter Bastiani Date: Mon, 2 Dec 2024 10:29:18 +0100 Subject: [PATCH] AW-6480 Blauwe balk van upload venster is niet zichtbaar in de explorer --- .../resumable-file-upload/resumable-file-upload.component.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/common/src/fm/components/resumable-file-upload/resumable-file-upload.component.scss b/projects/common/src/fm/components/resumable-file-upload/resumable-file-upload.component.scss index 55a33e1..76b5c87 100644 --- a/projects/common/src/fm/components/resumable-file-upload/resumable-file-upload.component.scss +++ b/projects/common/src/fm/components/resumable-file-upload/resumable-file-upload.component.scss @@ -4,6 +4,7 @@ div.resumable-file-upload { bottom: 0px; width: 300px; max-height: 250px; + z-index: 1; /*z-index:2000 !important;*/ }