Skip to content

Commit

Permalink
fix: increase z-index on designathon modals (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 authored May 11, 2024
1 parent 34bd36e commit e9be938
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
place-content: center;
background-color: #00000088;
transition: opacity 250ms;
z-index: 10;
z-index: 1001;

& > .container {
background-color: black;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
place-content: center;
background-color: #00000088;
transition: opacity 250ms;
z-index: 10;
z-index: 1001;

padding-top: 5%;
padding-left: 5%;
Expand Down

0 comments on commit e9be938

Please sign in to comment.