Add recipients selection inside add/edit pool modal

This commit is contained in:
gabryon99 2020-07-23 15:47:00 +02:00
parent 2c5e68aa74
commit befc2ec821
6 changed files with 34 additions and 9 deletions

View file

@ -1098,8 +1098,9 @@ path.link {
border-bottom-right-radius: .25rem !important;
}
#multiple-select {
height: 12rem;
.multiple-select {
height: 12rem !important;
overflow-y: auto;
max-height: 20rem;
}