From 5c4f1bb7d0f17c015eeffbf3191017f631a57268 Mon Sep 17 00:00:00 2001 From: Brayan Vargas <86427419+b-avb@users.noreply.github.com> Date: Wed, 28 Feb 2024 08:54:11 -0500 Subject: [PATCH] fix(modal): bring to the front (#57) --- public/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app.css b/public/app.css index 4f8d4e1..6de6721 100644 --- a/public/app.css +++ b/public/app.css @@ -999,6 +999,7 @@ ul { width: 100vw; top: 0; left: 0; + z-index: 100; } .modal__wrapper {