From eea420f9b7bcd92e4fae92c91813a7f75eb0737f Mon Sep 17 00:00:00 2001 From: Joeri Exelmans Date: Tue, 21 Oct 2025 11:42:19 +0200 Subject: [PATCH] fix modal z-index --- src/App/App.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App/App.css b/src/App/App.css index 402e678..bfc40f9 100644 --- a/src/App/App.css +++ b/src/App/App.css @@ -78,6 +78,7 @@ button.active { align-items: center; text-align: center; background-color: rgba(200,200,200,0.7); + z-index: 1000; } .modalInner {