Update popup window max height

Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
Ajay Bura 2022-03-22 18:29:17 +05:30
parent d151e59223
commit e38a581939

View file

@ -1,7 +1,7 @@
@use '../../partials/dir'; @use '../../partials/dir';
.pw-model { .pw-model {
--modal-height: 656px; --modal-height: 774px;
max-height: var(--modal-height) !important; max-height: var(--modal-height) !important;
height: 100%; height: 100%;
} }