Skip to content

Commit

Permalink
LayoutAuto - Don't set overflow value
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Kaindl committed Nov 16, 2020
1 parent c250d22 commit 0df50ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/LayoutAuto.module.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.layout-auto {
display: flex;
contain: layout;
overflow: visible;
}
.layout-auto > * {
margin: calc(var(--la-gap) / 2 * -1 * var(--rl-gap-size, 1rem));
Expand Down

0 comments on commit 0df50ff

Please sign in to comment.