UX: fix avatar selector overflow (#22159)
This commit is contained in:
parent
9984accfa5
commit
84bbf0fdd7
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue