Skip to content

Commit

Permalink
fix(uikitworkshop): preventing cropping pattern parts #1174
Browse files Browse the repository at this point in the history
absolutely positioned pattern parts at the vertical end of the "page" would get cropped elsewhere
  • Loading branch information
Maximilian Franzke committed Apr 30, 2020
1 parent 123427a commit 6a67d03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/uikit-workshop/src/sass/pattern-lab.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@
}

.pl-c-main {
overflow: hidden;
overflow-x: hidden;
min-height: 100vh;
max-width: 100vw;
padding-left: .5rem;
padding-right: .5rem;
Expand Down

0 comments on commit 6a67d03

Please sign in to comment.