Skip to content

Commit 6a67d03

Browse files
author
Maximilian Franzke
committed
fix(uikitworkshop): preventing cropping pattern parts #1174
absolutely positioned pattern parts at the vertical end of the "page" would get cropped elsewhere
1 parent 123427a commit 6a67d03

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)