diff --git a/styles/ProjectModal.module.css b/styles/ProjectModal.module.css index 3b2cfb2..1cca551 100644 --- a/styles/ProjectModal.module.css +++ b/styles/ProjectModal.module.css @@ -1,6 +1,6 @@ .modal { z-index: 99; - position: fixed; + position: absolute; top: 0; left: 0; width: 100vw; @@ -55,7 +55,7 @@ .modalClose { position: absolute; float: none; - bottom: 2%; + bottom: 1%; left: 50%; transform: translate(-50%, 0); }