UX: fix avatar selector overflow (#22159)

This commit is contained in:
Canapin 2023-06-16 17:36:13 +02:00 committed by GitHub
parent 9984accfa5
commit 84bbf0fdd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -823,6 +823,7 @@
max-height: 350px; max-height: 350px;
margin-bottom: 1em; margin-bottom: 1em;
text-align: justify; text-align: justify;
overflow-y: auto;
.selectable-avatar { .selectable-avatar {
margin: 5px; margin: 5px;
display: inline-block; display: inline-block;