winbox icon indicating copy to clipboard operation
winbox copied to clipboard

When a Winbox window is fully scrolled, further scroll events affect the background elements

Open nightrider77 opened this issue 10 months ago • 0 comments

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;
}

nightrider77 avatar Jun 11 '25 15:06 nightrider77