We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In my case I don't want to render the whole .emoji-mart-bar .emoji-mart-preview dom. Could you please make it configurabe or Shall I make a PR?
.emoji-mart-bar .emoji-mart-preview
The text was updated successfully, but these errors were encountered:
I can add an option, but in the meantime you can add this to your css:
.emoji-mart-scroll { border-bottom: 0; margin-bottom: 6px; } .emoji-mart-scroll + .emoji-mart-bar { display: none; }
Sorry, something went wrong.
Thanks! For now I'll add this.
c607fd8
No branches or pull requests
In my case I don't want to render the whole
.emoji-mart-bar .emoji-mart-preview
dom. Could you please make it configurabe or Shall I make a PR?The text was updated successfully, but these errors were encountered: