Skip to content

Commit

Permalink
fix: Explicitly set row and column start and end in Overlap CSS (#1776)
Browse files Browse the repository at this point in the history
  • Loading branch information
alimpens authored Dec 6, 2024
1 parent 9ddab75 commit efd2b99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/css/src/components/overlap/overlap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
display: grid;

> * {
grid-area: 1 / -1;
grid-column: 1 / -1;
grid-row: 1 / -1;
}
}

0 comments on commit efd2b99

Please sign in to comment.