fix ios webview bottom padding bug

This commit is contained in:
DASHU
2025-02-12 11:14:38 +08:00
parent 8385371c7a
commit 424d667814
2 changed files with 7 additions and 2 deletions

View File

@@ -106,7 +106,6 @@ class _IndexWebComponent extends State<IndexWebComponent> {
return Container(
padding: EdgeInsets.only(
top: padding.top,
bottom: padding.bottom,
),
child: main,
);