Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
fix(Modal): should be the top element
Browse files Browse the repository at this point in the history
  • Loading branch information
Cecilia Woodward committed Aug 28, 2021
1 parent f655d91 commit 9618b1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stories/Modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
@include fixed();
@include transition(background-color);

z-index: 9999;
display: flex;
align-items: flex-start;
justify-content: center;
Expand Down

0 comments on commit 9618b1a

Please sign in to comment.