mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 17:36:33 +08:00
Merge pull request #5103 from artoscinote/ma_SCI_8039
Update access modal sizing [SCI-8039]
This commit is contained in:
commit
2d0a6c387c
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@
|
|||
}
|
||||
|
||||
.modal-body {
|
||||
min-height: calc(100vh - 200px);
|
||||
max-height: calc(100vh - 190px);
|
||||
min-height: 370px;
|
||||
overflow: auto;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue