CSS: wrap emoji-picker header, instead of showing scrollbar
This commit is contained in:
parent
e22923d546
commit
7bd1812054
@ -100,6 +100,7 @@
|
||||
ul {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
|
||||
.emoji-category {
|
||||
&.picked {
|
||||
|
Loading…
Reference in New Issue
Block a user