fix layout overflow on desktop

This commit is contained in:
julian 2024-11-26 10:06:47 -06:00
parent 8a63c42582
commit 25c6c7590b

View file

@ -469,7 +469,7 @@ class _AddEditNodeViewState extends ConsumerState<AddEditNodeView> {
condition: isDesktop,
builder: (child) => DesktopDialog(
maxWidth: 580,
maxHeight: 500,
maxHeight: double.infinity,
child: Column(
mainAxisSize: MainAxisSize.min,
children: [