diff --git a/src/components/sidebar/tabs/queue/ResultGallery.vue b/src/components/sidebar/tabs/queue/ResultGallery.vue index 63a639078..a8964cc63 100644 --- a/src/components/sidebar/tabs/queue/ResultGallery.vue +++ b/src/components/sidebar/tabs/queue/ResultGallery.vue @@ -94,7 +94,10 @@ img.galleria-image { max-width: 100vw; max-height: 100vh; object-fit: contain; +} + +.p-galleria-close-button { /* Set z-index so the close button doesn't get hidden behind the image when image is large */ - z-index: -1; + z-index: 1; }