minor fix
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user