diff --git a/src/components/Modal/Modal.css b/src/components/Modal/Modal.css index bc3e91e2..438875f9 100644 --- a/src/components/Modal/Modal.css +++ b/src/components/Modal/Modal.css @@ -5,7 +5,7 @@ flex-direction: column; position: fixed; top: 0; - height: 100vh; + bottom: 0; width: 100%; z-index: 100; background-color: white;