AOSSIE-Org / AOSSIE-Org/Resonate
RenderFlex overflow in pair_chat_dialog
Offen
- Vorherrschende Sprache
- Dart
- Sterne
- 344
- Forks
- 350
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
### 🐛 Describe the bug
Location
lib/views/widgets/pair_chat_dialog.dart
Description
When opening the pair chat dialog, the UI overflows with this error:
RenderFlex overflowed by 99614 pixels on the bottom
Cause
The dialog content uses a Column without scroll or height constraints, so it exceeds screen height.
Fix
Wrap the content with SingleChildScrollView and add a height constraint to prevent overflow.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.