diff --git a/src/style/Modal.module.scss b/src/style/Modal.module.scss index 52c1e36..0cf2da2 100644 --- a/src/style/Modal.module.scss +++ b/src/style/Modal.module.scss @@ -18,6 +18,8 @@ padding: 20px; border: 1px solid #888; width: 80%; + max-height: 99%; + overflow: hidden; } .hidden{