From e8f95a8f35c8ac812f4dbe33d2cafc8f76ab0fb8 Mon Sep 17 00:00:00 2001 From: Zita Szupera Date: Thu, 3 Oct 2024 10:49:25 -0500 Subject: [PATCH] fix: z-index inside attachment preview --- .../AttachmentPreviewList/AttachmentPreviewList-layout.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/v2/styles/AttachmentPreviewList/AttachmentPreviewList-layout.scss b/src/v2/styles/AttachmentPreviewList/AttachmentPreviewList-layout.scss index b0e1349..3c53060 100644 --- a/src/v2/styles/AttachmentPreviewList/AttachmentPreviewList-layout.scss +++ b/src/v2/styles/AttachmentPreviewList/AttachmentPreviewList-layout.scss @@ -114,7 +114,7 @@ top: calc(var(--str-chat__spacing-px) * 2); inset-inline-end: calc(var(--str-chat__spacing-px) * 2); cursor: pointer; - z-index: 1; + z-index: 0; svg { width: calc(var(--str-chat__spacing-px) * 24); @@ -128,7 +128,7 @@ @include utils.unset-button(unset); inset-inline-start: 0; cursor: pointer; - z-index: 1; + z-index: 0; } }