fixed scrolling
This commit is contained in:
parent
109a3f016d
commit
0b106f63b8
|
|
@ -213,15 +213,11 @@ class _CombinedDrawDialogState extends State<CombinedDrawDialog>
|
||||||
showRecordingIndicator: true,
|
showRecordingIndicator: true,
|
||||||
child: Dialog(
|
child: Dialog(
|
||||||
shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(16.r)),
|
shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(16.r)),
|
||||||
insetPadding: EdgeInsets.symmetric(horizontal: 16.w, vertical: 24.h),
|
insetPadding: EdgeInsets.symmetric(horizontal: 16.w, vertical: 40.h),
|
||||||
child: Container(
|
child: Container(
|
||||||
width: double.infinity,
|
width: double.infinity,
|
||||||
constraints: BoxConstraints(
|
|
||||||
maxHeight: 0.9.sh,
|
|
||||||
maxWidth: 500.w,
|
|
||||||
),
|
|
||||||
child: Column(
|
child: Column(
|
||||||
mainAxisSize: MainAxisSize.min,
|
mainAxisSize: MainAxisSize.max,
|
||||||
children: [
|
children: [
|
||||||
// Header
|
// Header
|
||||||
Container(
|
Container(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue