From 0ea2d1332340225992b6beb8b588f6d2e111d718 Mon Sep 17 00:00:00 2001 From: AlecM33 Date: Mon, 20 Jun 2022 19:25:40 -0400 Subject: [PATCH] move modal to top z-index --- client/src/styles/modal.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/styles/modal.css b/client/src/styles/modal.css index 0a86111..0ed0ed7 100644 --- a/client/src/styles/modal.css +++ b/client/src/styles/modal.css @@ -3,7 +3,7 @@ text-align: center; position: fixed; width: 85%; - z-index: 100; + z-index: 100001; top: 50%; left: 50%; transform: translate(-50%, -50%); @@ -25,7 +25,7 @@ width: 100%; height: calc(100% + 100px); background-color: rgba(0, 0, 0, 0.75); - z-index: 50; + z-index: 100000; cursor: pointer; }