💄 Fix chat input overlaps with message sometimes

This commit is contained in:
2025-11-16 11:48:51 +08:00
parent 92bc43e4df
commit 67044148f1
2 changed files with 9 additions and 3 deletions

View File

@@ -619,6 +619,7 @@ class ChatRoomScreen extends HookConsumerWidget {
top: 16,
bottom:
MediaQuery.of(context).padding.bottom +
8 +
inputHeight.value, // Leave space for chat input
),
controller: scrollController,