Skip to content
New issue

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

Config option to show/hide 'emoji-mart-bar' #42

Closed
dineshvgp opened this issue Feb 2, 2017 · 2 comments
Closed

Config option to show/hide 'emoji-mart-bar' #42

dineshvgp opened this issue Feb 2, 2017 · 2 comments

Comments

@dineshvgp
Copy link

dineshvgp commented Feb 2, 2017

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?

@EtienneLem
Copy link
Member

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;
}

@dineshvgp
Copy link
Author

Thanks! For now I'll add this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants