Merge pull request #5103 from artoscinote/ma_SCI_8039

Update access modal sizing [SCI-8039]
This commit is contained in:
artoscinote 2023-03-09 13:13:22 +01:00 committed by GitHub
commit 2d0a6c387c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
}