Added some missing cases
This commit is contained in:
parent
cc8e7e159b
commit
97dde5ee73
2 changed files with 3 additions and 3 deletions
|
|
@ -5,11 +5,11 @@
|
|||
.collection {
|
||||
overflow: auto;
|
||||
.modal-body {
|
||||
max-height: calc(100vh - 235px);
|
||||
max-height: calc(100vh - 14.688rem);
|
||||
min-height: 9.375rem;
|
||||
.list-group {
|
||||
overflow: auto;
|
||||
max-height: calc(100vh - 355px);
|
||||
max-height: calc(100vh - 22.188rem);
|
||||
min-height: 2.0rem;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
.virtual-scroller, virtual-scroller {
|
||||
width: 100%;
|
||||
height: calc(100vh - 85px);
|
||||
height: calc(100vh - 5.313rem);
|
||||
max-height: calc(var(--vh)*100 - 10.625rem);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue