diff --git a/src/components/ui/MapModal.module.css b/src/components/ui/MapModal.module.css index 72dabdc..9bac912 100644 --- a/src/components/ui/MapModal.module.css +++ b/src/components/ui/MapModal.module.css @@ -3,6 +3,7 @@ top: 0; left: 0; width: 100%; + height: 100%; background-color: rgba(0, 0, 0, 0.5); display: flex; justify-content: center;