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 {
Group {
if browser.url == nil {
Welcome(showLibrary: showLibrary).ignoresSafeArea()
Welcome(showLibrary: showLibrary)
} else {
WebView().ignoresSafeArea()
}