winbox
winbox copied to clipboard
When a Winbox window is fully scrolled, further scroll events affect the background elements
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;
}