CSS: wrap emoji-picker header, instead of showing scrollbar

This commit is contained in:
JC Brand 2019-11-05 12:39:12 +01:00
parent e22923d546
commit 7bd1812054

View File

@ -100,6 +100,7 @@
ul { ul {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
flex-wrap: wrap;
.emoji-category { .emoji-category {
&.picked { &.picked {