Fix overflow height delete identity dialog on mobile
This commit is contained in:
+2
-3
@@ -26,9 +26,8 @@ class DeleteIdentityDialogBuilder extends StatelessWidget {
|
||||
responsiveUtils: responsiveUtils,
|
||||
mobile: (_buildDeleteDialog(context)
|
||||
..alignment(Alignment.bottomCenter)
|
||||
..outsideDialogPadding(const EdgeInsets.only(left: 0, right: 0, bottom: PlatformInfo.isWeb ? 42 : 16))
|
||||
..widthDialog(MediaQuery.of(context).size.width - 16)
|
||||
..heightDialog(280))
|
||||
..outsideDialogPadding(const EdgeInsets.only(bottom: PlatformInfo.isWeb ? 42 : 16))
|
||||
..widthDialog(MediaQuery.of(context).size.width - 16))
|
||||
.build(),
|
||||
landscapeMobile: _buildDeleteDialog(context).build(),
|
||||
tablet: _buildDeleteDialog(context).build(),
|
||||
|
||||
Reference in New Issue
Block a user