mirror of
https://github.com/haorendashu/nowser.git
synced 2025-12-18 02:04:18 +01:00
fix ios webview bottom padding bug
This commit is contained in:
@@ -106,7 +106,6 @@ class _IndexWebComponent extends State<IndexWebComponent> {
|
||||
return Container(
|
||||
padding: EdgeInsets.only(
|
||||
top: padding.top,
|
||||
bottom: padding.bottom,
|
||||
),
|
||||
child: main,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user