Skip to content

Commit

Permalink
[Presentation] Keyboard was not showing up properly on bottom sheets
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfteam committed Jun 29, 2021
1 parent 95be470 commit 072791f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/presentation/shared/common_bottom_sheet.dart
Expand Up @@ -30,6 +30,7 @@ class CommonBottomSheet extends StatelessWidget {
@override
Widget build(BuildContext context) {
return SingleChildScrollView(
padding: MediaQuery.of(context).viewInsets,
child: Container(
margin: Styles.modalBottomSheetContainerMargin,
padding: Styles.modalBottomSheetContainerPadding,
Expand Down

0 comments on commit 072791f

Please sign in to comment.