Horizontal overflow scrolling issue with -webkit-overflow-scrolling: touch

I am using Framework7 v4.40 in a Cordova App with WKWebView loaded. I am seeing an annoying horizontal overflow scrolling on some pages that allows content to be pulled horizontally when there is no content to show. I am wondering if this is related to -webkit-overflow-scrolling: touch or WKWebView. Even though all my pages have the sam structure (layout and CSS), it only occurs on a few pages. Here are screenshots of the issue, one page with the overflow shown, the other not responding to any horizontal scrolling touch action, so the page appears as it should.
Any ideas as to how this can be prevented would be helpful.

This means that something on these pages are out of the view. Just check the content with browser inspector to see which elements cause this issue