Skip to content

fix(uikitworkshop): absolutely positioned pattern parts at the vertical end of the "page" would get cropped #1174

Closed
@mfranzke

Description

@mfranzke

Due to the following CSS declaration, absolutely positioned pattern parts at the end of the "page" would get cropped:

The scroll position doesn't need to be at the end of the viewport; it's mainly related to that the container additionally wouldn't extend to the viewports height, but as well to the initial aspect of cropping absolutely positioned elements on the vertical.

Compare to:
image

Expected display:
image

I've been able to rebuild a simplified example here: https://output.jsbin.com/munabac/1
Only the first item within the "collapsing menu" (after pressing the interaction element "Toggle Overflow menu") is visible within the second pattern.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions