Skip to content

Commit

Permalink
height fixed railway overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-khewle committed Jul 26, 2024
1 parent ad4ee16 commit 2d0fc63
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/new_ui/screens/railway_screen/railway_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,9 @@ class _RailwayConcessionScreenState
),
),
Container(

constraints: BoxConstraints(
minHeight: size.height*0.4, // Set the minimum height here
),
decoration: const BoxDecoration(
color: oldDateSelectBlue,
border: Border.symmetric(vertical: BorderSide(color: Colors.white),),
Expand Down

0 comments on commit 2d0fc63

Please sign in to comment.