Skip to content

Commit

Permalink
fix: modal styles
Browse files Browse the repository at this point in the history
  • Loading branch information
dougfabris committed Aug 6, 2021
1 parent c25d205 commit de15810
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/fuselage/src/components/Modal/Modal.styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

width: 100%;
max-height: 100%;
margin: auto;
margin: 0 auto;

background: none;

Expand All @@ -18,6 +18,8 @@
flex-direction: column;
flex-grow: 1;

width: 100%;

min-width: 0;
padding: 0;

Expand Down Expand Up @@ -56,6 +58,9 @@
z-index: 100;
inset: 0;

display: flex;
flex-direction: column;

background-color: colors.neutral(800, $alpha: 0.5);
}

Expand Down

0 comments on commit de15810

Please sign in to comment.