Update popup window max height
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
d151e59223
commit
e38a581939
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
@use '../../partials/dir';
|
||||
|
||||
.pw-model {
|
||||
--modal-height: 656px;
|
||||
--modal-height: 774px;
|
||||
max-height: var(--modal-height) !important;
|
||||
height: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue