Revert safeArea for webview

This commit is contained in:
Balazs Perlaki-Horvath 2024-09-22 00:09:54 +02:00
parent 7d753b8a33
commit f2555faad4

View File

@ -231,7 +231,7 @@ private struct Content: View {
var body: some View { var body: some View {
Group { Group {
if browser.url == nil { if browser.url == nil {
Welcome(showLibrary: showLibrary).ignoresSafeArea() Welcome(showLibrary: showLibrary)
} else { } else {
WebView().ignoresSafeArea() WebView().ignoresSafeArea()
} }