From 1eb3de9f236cea2254579e4ba1858cec019ef60e Mon Sep 17 00:00:00 2001 From: Deven Joshi Date: Mon, 26 Oct 2020 16:25:34 +0530 Subject: [PATCH] fix: attachments ui --- lib/src/message_input.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/message_input.dart b/lib/src/message_input.dart index c8457fdb..c8950cf1 100644 --- a/lib/src/message_input.dart +++ b/lib/src/message_input.dart @@ -612,8 +612,8 @@ class MessageInputState extends State { } Widget _buildAttachments() { - return Container( - height: 76.0, + return LimitedBox( + maxHeight: 76.0, child: ListView( scrollDirection: Axis.horizontal, children: _attachments