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; }