Some appearance tweaks
This commit is contained in:
@@ -110,7 +110,7 @@ class BrowserView: UIView
|
||||
|
||||
// Fix web view content insets
|
||||
if let webView = webView {
|
||||
webView.scrollView.layer.masksToBounds = false // allow content to draw under titlebar/toolbar
|
||||
webView.scrollView.layer.masksToBounds = true
|
||||
webView.frame = bounds.inset(by: webViewContentInset)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user