fix group member list for large count of member

pull/1359/head
Audric Ackermann 5 years ago
parent c052b1a2ec
commit caa972d390
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -656,6 +656,10 @@ label {
}
}
.group-member-list__selection {
overflow-y: auto;
}
&__centered {
display: flex;
flex-direction: column;
@ -1423,15 +1427,8 @@ input {
text-align: center;
padding: 20px;
}
// Height at which scroll bar appears on the group member list
@media (max-height: 804px) {
&__container {
overflow-y: visible;
max-height: none;
}
}
}
.create-group-name-input {
display: flex;
justify-content: center;

Loading…
Cancel
Save