Skip to content

Commit

Permalink
fix(modal): change bottom margin (#5510)
Browse files Browse the repository at this point in the history
Fixes #5468.
  • Loading branch information
asudoh authored and joshblack committed Mar 10, 2020
1 parent bf4523d commit 3b73144
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/src/components/modal/_modal.scss
Expand Up @@ -248,7 +248,7 @@
grid-column: 1/-1;

overflow-y: auto;
margin-bottom: $spacing-08;
margin-bottom: $spacing-09;
color: $text-01;
font-weight: 400;

Expand Down Expand Up @@ -279,7 +279,7 @@
content: '';
position: absolute;
left: 0;
bottom: $spacing-08;
bottom: $spacing-09;
// Safari interprets `transparent` differently, so make color token value transparent instead:
background-image: linear-gradient(to bottom, rgba($ui-01, 0), $ui-01);
}
Expand Down

0 comments on commit 3b73144

Please sign in to comment.