Skip to content

Commit

Permalink
Remove webview bounce
Browse files Browse the repository at this point in the history
  • Loading branch information
Bunn committed Dec 11, 2024
1 parent 759aedb commit df70e4f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ final class AIChatWebViewController: UIViewController {
webView.backgroundColor = .systemBackground
webView.navigationDelegate = self
webView.translatesAutoresizingMaskIntoConstraints = false
webView.scrollView.bounces = false
return webView
}()

Expand Down

0 comments on commit df70e4f

Please sign in to comment.