From 8f336a06fb44723306ea95fe8c919ffcf108fa69 Mon Sep 17 00:00:00 2001 From: Djeeberjr Date: Sun, 1 Aug 2021 13:49:02 +0200 Subject: [PATCH] modal height --- src/style/Modal.module.scss | 2 ++ 1 file changed, 2 insertions(+) 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{