diff --git a/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue b/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue index d521a1cde..37fbb4367 100644 --- a/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue +++ b/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue @@ -700,6 +700,8 @@ export default { justify-content: space-between; border: 1px dashed var(--s-100); border-radius: var(--border-radius-small); + max-height: 8vh; + overflow: auto; &:hover { background: var(--s-25);