From a4cbf80d6247824b8af6359df8921be4c649bb8c Mon Sep 17 00:00:00 2001 From: martincupela Date: Tue, 20 May 2025 16:40:18 +0200 Subject: [PATCH] fix: elevate remove attachment preview button to allow removal of failed upload attachments --- .../AttachmentPreviewList/AttachmentPreviewList-layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v2/styles/AttachmentPreviewList/AttachmentPreviewList-layout.scss b/src/v2/styles/AttachmentPreviewList/AttachmentPreviewList-layout.scss index 3c53060e..48b0a787 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: 0; + z-index: 1; svg { width: calc(var(--str-chat__spacing-px) * 24);