Showing
2 changed files
with
2 additions
and
1 deletions
No preview for this file type
... | @@ -337,7 +337,8 @@ struct WalletView: View { | ... | @@ -337,7 +337,8 @@ struct WalletView: View { |
337 | ScrollView(showsIndicators: false) { | 337 | ScrollView(showsIndicators: false) { |
338 | linearView(data: data) | 338 | linearView(data: data) |
339 | } | 339 | } |
340 | - .frame(maxWidth: .infinity, maxHeight: .infinity ) | 340 | + .frame(maxWidth: .infinity, maxHeight: .infinity) |
341 | + .edgesIgnoringSafeArea([.bottom]) | ||
341 | 342 | ||
342 | } | 343 | } |
343 | .frame(maxWidth: .infinity, maxHeight: .infinity ) | 344 | .frame(maxWidth: .infinity, maxHeight: .infinity ) | ... | ... |
-
Please register or login to post a comment