Update access modal sizing [SCI-8039]

This commit is contained in:
Martin Artnik 2023-03-08 15:03:09 +01:00
parent 0a3efe3e24
commit e6af78112c

View file

@ -22,7 +22,8 @@
}
.modal-body {
min-height: calc(100vh - 200px);
max-height: calc(100vh - 190px);
min-height: 370px;
overflow: auto;
padding-top: 0;
}