Skip to content

Commit 3d2aaf7

Browse files
authored
Merge pull request #1175 from mfranzke/fix-uikitworkshop-absolutely-positioned-pattern-parts-at-the-vertical-end-of-the-page-would-get-cropped
fix(uikitworkshop): preventing cropping pattern parts #1174
2 parents a6b0c84 + cd43866 commit 3d2aaf7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/uikit-workshop/src/sass/pattern-lab.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@
106106
}
107107

108108
.pl-c-main {
109-
overflow: hidden;
109+
overflow-x: hidden;
110+
min-height: 100vh;
110111
max-width: 100vw;
111112
padding-left: .5rem;
112113
padding-right: .5rem;

0 commit comments

Comments
 (0)