Fix create closed group overflow on small screen

pull/1169/head
Mikunj 5 years ago
parent 8097b066f4
commit 248a061803

@ -1589,6 +1589,7 @@ input {
@media (max-height: 804px) {
&__container {
overflow-y: visible;
max-height: none;
}
}
}

Loading…
Cancel
Save