minor fix

This commit is contained in:
2025-11-25 21:26:15 +02:00
parent 0cf40ef66e
commit 2d9a6c07ea
2 changed files with 2 additions and 2 deletions

View File

@@ -233,7 +233,7 @@ class _GatewayWebScreenState extends State<GatewayWebScreen> {
SizedBox(height: 10,),
SizedBox(
width: double.infinity,
height: constraints.maxHeight + 200,
height: constraints.maxHeight + 300,
child: HtmlElementView.fromTagName(
tagName: 'div',
onElementCreated: (element) {