Fix background scoll color visible in WebReader bounce area

This commit is contained in:
Jackson Harper
2023-04-07 21:27:41 +08:00
parent d428baa916
commit bed8c94a2d

View File

@ -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