Skip to content

Commit

Permalink
fix: Alert container now above modals (#314)
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Groß <mail@gross-johannes.de>
  • Loading branch information
jo-gross authored Jun 23, 2024
1 parent ca5102d commit 9cdee75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ https://stackoverflow.com/a/74043438/12160393
}
}

.modal {
@apply z-40;
}

:root {
--button-height: 64px; /* h-12 */
--button-margin: 32px; /* my-4 */
Expand Down

0 comments on commit 9cdee75

Please sign in to comment.