Skip to content

RenderFlex overflow in pair_chat_dialog #789

@mahmoudr80

Description

@mahmoudr80

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions