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 {
|
.collection {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
.modal-body {
|
.modal-body {
|
||||||
max-height: calc(100vh - 235px);
|
max-height: calc(100vh - 14.688rem);
|
||||||
min-height: 9.375rem;
|
min-height: 9.375rem;
|
||||||
.list-group {
|
.list-group {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
max-height: calc(100vh - 355px);
|
max-height: calc(100vh - 22.188rem);
|
||||||
min-height: 2.0rem;
|
min-height: 2.0rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
.virtual-scroller, virtual-scroller {
|
.virtual-scroller, virtual-scroller {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: calc(100vh - 85px);
|
height: calc(100vh - 5.313rem);
|
||||||
max-height: calc(var(--vh)*100 - 10.625rem);
|
max-height: calc(var(--vh)*100 - 10.625rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue