mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix background scoll color visible in WebReader bounce area
This commit is contained in:
parent
d428baa916
commit
bed8c94a2d
1 changed files with 2 additions and 0 deletions
|
|
@ -56,6 +56,8 @@ struct WebReader: PlatformViewRepresentable {
|
|||
#if os(iOS)
|
||||
webView.isOpaque = false
|
||||
webView.backgroundColor = UIColor(ThemeManager.currentBgColor)
|
||||
webView.underPageBackgroundColor = UIColor(ThemeManager.currentBgColor)
|
||||
webView.scrollView.backgroundColor = UIColor(ThemeManager.currentBgColor)
|
||||
webView.scrollView.delegate = context.coordinator
|
||||
webView.scrollView.contentInset.top = readerViewNavBarHeight
|
||||
webView.scrollView.verticalScrollIndicatorInsets.top = readerViewNavBarHeight
|
||||
|
|
|
|||
Loading…
Reference in a new issue