diff options
Diffstat (limited to 'iGopherBrowser/BrowserView.swift')
-rw-r--r-- | iGopherBrowser/BrowserView.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iGopherBrowser/BrowserView.swift b/iGopherBrowser/BrowserView.swift index e7f7dd3..885d5fa 100644 --- a/iGopherBrowser/BrowserView.swift +++ b/iGopherBrowser/BrowserView.swift @@ -149,7 +149,7 @@ struct BrowserView: View { } }.id(topID) - .background(Color.white) + //.background(Color.white) .cornerRadius(10) .onChange(of: scrollToTop) { // TODO: Cleanup |