UX: overflow fix for add participants to PM on mobile (#25437)

This commit is contained in:
chapoi 2024-01-26 10:26:25 +02:00 committed by GitHub
parent 4f5843e819
commit fbfab92fce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,3 +18,9 @@
justify-content: center;
}
}
.d-modal.add-pm-participants {
.d-modal__body {
overflow: visible;
}
}