Hi, thanks for the great package, I was previously using emoji button and just did the migration. I think there is a bug or just a bit of css missing for the categories selector when there are emoji size and/or row settings that reduce the width of the popup container. I see in the dom classes like 'has-overflow-right' in this case, but w/o styles attached. I solved this easily in our project by setting overflow-x on the container, w/o this the emoji content wasn't being aligned correctly w/ some inaccessible.
.picmo__picker .categoryButtonsContainer
overflow-x: auto
Hi, thanks for the great package, I was previously using emoji button and just did the migration. I think there is a bug or just a bit of css missing for the categories selector when there are emoji size and/or row settings that reduce the width of the popup container. I see in the dom classes like 'has-overflow-right' in this case, but w/o styles attached. I solved this easily in our project by setting overflow-x on the container, w/o this the emoji content wasn't being aligned correctly w/ some inaccessible.