mirror of
https://github.com/nostrlabs-io/zap-stream-flutter.git
synced 2025-06-16 11:58:50 +00:00
fix: scrolling stream cards on stream info modal
This commit is contained in:
@ -111,7 +111,11 @@ class StreamInfoWidget extends StatelessWidget {
|
||||
],
|
||||
),
|
||||
),
|
||||
StreamCardsWidget(stream: stream),
|
||||
Expanded(
|
||||
child: SingleChildScrollView(
|
||||
child: StreamCardsWidget(stream: stream),
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
);
|
||||
|
Reference in New Issue
Block a user