mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-07 16:09:57 +08:00
Update access modal sizing [SCI-8039]
This commit is contained in:
parent
0a3efe3e24
commit
e6af78112c
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