Skip to content

Commit 9dad020

Browse files
fix(modal): set modal content position rule (#7698)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent fd3729c commit 9dad020

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/components/src/components/modal/_modal.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@
248248
.#{$prefix}--modal-content {
249249
@include type-style('body-long-01');
250250

251+
position: relative;
251252
grid-row: 2/-2;
252253
grid-column: 1/-1;
253254
margin-bottom: $spacing-09;

0 commit comments

Comments
 (0)