Skip to content

Commit 21dde06

Browse files
committed
(fix) iOS message blur z-index
1 parent e06cc34 commit 21dde06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ChatWindow/Message.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,6 +677,7 @@ export default {
677677
height: 40px;
678678
width: 70px;
679679
overflow: hidden;
680+
z-index: 1;
680681
border-top-right-radius: 8px;
681682
}
682683
@@ -687,7 +688,7 @@ export default {
687688
left: 8px;
688689
bottom: 10px;
689690
background: var(--chat-message-bg-color);
690-
filter: blur(4px);
691+
filter: blur(3px);
691692
border-bottom-left-radius: 8px;
692693
}
693694

0 commit comments

Comments
 (0)