Skip to content

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

@nightrider77

Description

@nightrider77

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions