AOSSIE-Org / AOSSIE-Org/Resonate

RenderFlex overflow in pair_chat_dialog

Aperta
#789 2 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Dart
Stelle
344
Fork
350
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

### 🐛 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.

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.