Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
mfranzke opened this issue Apr 30, 2020 · 0 comments · Fixed by #1175

Comments

@mfranzke
Copy link
Contributor

mfranzke commented Apr 30, 2020

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.

mfranzke pushed a commit to mfranzke/patternlab-node that referenced this issue Apr 30, 2020
absolutely positioned pattern parts at the vertical end of the "page" would get cropped elsewhere
sghoweri added a commit that referenced this issue May 9, 2020
…ositioned-pattern-parts-at-the-vertical-end-of-the-page-would-get-cropped

fix(uikitworkshop): preventing cropping pattern parts #1174
antonia-rose pushed a commit to quelltexterin/nemo-uikit-workshop that referenced this issue Apr 12, 2023
absolutely positioned pattern parts at the vertical end of the "page" would get cropped elsewhere
antonia-rose pushed a commit to quelltexterin/nemo-uikit-workshop that referenced this issue Apr 12, 2023
…bsolutely-positioned-pattern-parts-at-the-vertical-end-of-the-page-would-get-cropped

fix(uikitworkshop): preventing cropping pattern parts pattern-lab#1174
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant