From 9cdee75cc8c7307a6326f22dab295f3f74466bf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Gro=C3=9F?= Date: Sun, 23 Jun 2024 11:40:01 +0200 Subject: [PATCH] fix: Alert container now above modals (#314) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Groß --- styles/global.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/global.css b/styles/global.css index cde0afe2..da362847 100644 --- a/styles/global.css +++ b/styles/global.css @@ -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 */