You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: