Skip to content

Commit 45ae423

Browse files
authored
fix: elevate remove attachment preview button to allow removal of failed upload attachments (#333)
1 parent f75170f commit 45ae423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/styles/AttachmentPreviewList/AttachmentPreviewList-layout.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
top: calc(var(--str-chat__spacing-px) * 2);
115115
inset-inline-end: calc(var(--str-chat__spacing-px) * 2);
116116
cursor: pointer;
117-
z-index: 0;
117+
z-index: 1;
118118

119119
svg {
120120
width: calc(var(--str-chat__spacing-px) * 24);

0 commit comments

Comments
 (0)