UX: fix list being limited by modal size (#435)

This commit is contained in:
chapoi 2023-01-24 13:19:01 +01:00 committed by GitHub
parent 4934df94e2
commit 0c0fcbc5af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -71,6 +71,10 @@
width: 400px;
}
.assign.modal-body {
overflow-y: unset;
}
label {
font-weight: bold;
@ -104,6 +108,7 @@
display: flex;
align-items: flex-end;
line-height: var(--line-height-small);
overflow: hidden;
}
.name {