Skip to content

Commit f881962

Browse files
committed
(fix) add message reply shadow
1 parent 65ced77 commit f881962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/Room/RoomMessageReply/RoomMessageReply.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<transition name="vac-slide-up">
33
<div
44
v-if="messageReply"
5-
class="vac-reply-container"
5+
class="vac-reply-container vac-app-box-shadow"
66
:style="{ bottom: `${$parent.$refs.roomFooter.clientHeight}px` }"
77
>
88
<div class="vac-reply-box">

0 commit comments

Comments
 (0)