From d54392cb53d80b781c53540e928b2c06e0f3197e Mon Sep 17 00:00:00 2001 From: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com> Date: Tue, 25 Oct 2022 08:29:36 +0530 Subject: [PATCH] fix: Update max-width to fix overflow for emoji selector (#5727) --- app/javascript/widget/components/ChatInputWrap.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/widget/components/ChatInputWrap.vue b/app/javascript/widget/components/ChatInputWrap.vue index f0f21d1ba..c5c760f21 100755 --- a/app/javascript/widget/components/ChatInputWrap.vue +++ b/app/javascript/widget/components/ChatInputWrap.vue @@ -191,6 +191,7 @@ export default { .emoji-dialog { right: $space-smaller; top: -278px; + max-width: 100%; &::before { right: $space-one;