When scrolling reaches the end of a Winbox window, scrolling continues on the underlying page. I think the following code must be added to Winbox.js CSS-styles to avoid this: ``` .wb-body { overscroll-behavior: contain; } ```