Skip to content

Commit

Permalink
fix(modal): set modal content position rule (#7698)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
emyarod and kodiakhq[bot] authored Feb 2, 2021
1 parent fd3729c commit 9dad020
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/components/modal/_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@
.#{$prefix}--modal-content {
@include type-style('body-long-01');

position: relative;
grid-row: 2/-2;
grid-column: 1/-1;
margin-bottom: $spacing-09;
Expand Down

0 comments on commit 9dad020

Please sign in to comment.