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

View File

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