diff --git a/mobile/lib/screens/chat_conversation_screen.dart b/mobile/lib/screens/chat_conversation_screen.dart index a18aafb5b..e521eb4c6 100644 --- a/mobile/lib/screens/chat_conversation_screen.dart +++ b/mobile/lib/screens/chat_conversation_screen.dart @@ -374,7 +374,12 @@ class _ChatConversationScreenState extends State { // Message input Container( - padding: const EdgeInsets.all(16), + padding: EdgeInsets.fromLTRB( + 16, + 16, + 16, + 16 + MediaQuery.paddingOf(context).bottom, + ), decoration: BoxDecoration( color: colorScheme.surface, boxShadow: [