From e38a581939c18473768841d1c677f9010733223b Mon Sep 17 00:00:00 2001 From: Ajay Bura Date: Tue, 22 Mar 2022 18:29:17 +0530 Subject: [PATCH] Update popup window max height Signed-off-by: Ajay Bura --- src/app/molecules/popup-window/PopupWindow.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/molecules/popup-window/PopupWindow.scss b/src/app/molecules/popup-window/PopupWindow.scss index 421c9bbc..2d72963f 100644 --- a/src/app/molecules/popup-window/PopupWindow.scss +++ b/src/app/molecules/popup-window/PopupWindow.scss @@ -1,7 +1,7 @@ @use '../../partials/dir'; .pw-model { - --modal-height: 656px; + --modal-height: 774px; max-height: var(--modal-height) !important; height: 100%; }