From 80d0de87f93c2f87187fe347cdc725204f4e687c Mon Sep 17 00:00:00 2001 From: trivernis Date: Sun, 31 Oct 2021 00:29:12 +0200 Subject: [PATCH] Fix z-index of gallery close button Signed-off-by: trivernis --- .../src/app/components/file-gallery/file-gallery.component.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/mediarepo-ui/src/app/components/file-gallery/file-gallery.component.scss b/mediarepo-ui/src/app/components/file-gallery/file-gallery.component.scss index 2414535..00a5cc0 100644 --- a/mediarepo-ui/src/app/components/file-gallery/file-gallery.component.scss +++ b/mediarepo-ui/src/app/components/file-gallery/file-gallery.component.scss @@ -50,6 +50,7 @@ img { right: 0; width: 3em; height: 3em; + z-index: 999; } .url-loading-backdrop {