mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
dialog overflow fix
This commit is contained in:
parent
d18b32e21f
commit
043545c758
1 changed files with 15 additions and 11 deletions
|
@ -21,7 +21,9 @@ class StackDialogBase extends StatelessWidget {
|
|||
mainAxisAlignment:
|
||||
!Util.isDesktop ? MainAxisAlignment.end : MainAxisAlignment.center,
|
||||
children: [
|
||||
Material(
|
||||
Flexible(
|
||||
child: SingleChildScrollView(
|
||||
child: Material(
|
||||
borderRadius: BorderRadius.circular(
|
||||
20,
|
||||
),
|
||||
|
@ -38,6 +40,8 @@ class StackDialogBase extends StatelessWidget {
|
|||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue