CSS: wrap emoji-picker header, instead of showing scrollbar
This commit is contained in:
parent
e22923d546
commit
7bd1812054
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user