mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-22 11:03:21 -04:00
Revert safeArea for webview
This commit is contained in:
parent
7d753b8a33
commit
f2555faad4
@ -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()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user