How to set the content and scrolling insets on WKWebView?

Viewed 729

The WKWebView class doesn't support the scrollView property on macOS. Moreover it's view hierarchy doesn't contain an NSScrollView instance (I've checked using view debugging on 10.12)

Now is there another way to set the scrolling insets and content insets of a WKWebView on macOS? I'd like to place a translucent view overlaying its margins.

1 Answers
Related