.emoji-box {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  bottom: 4rem;
  right: 0;
}

.emoji-box > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  background: white;
}

.emoji-box > ul li {
  padding: 0 0.5rem;
  cursor: pointer;
  flex-grow: 1;
  flex: 0 0 1;
  text-align: center;
}

.emoji-box > ul li.active {
  background-color: #f0f0f0;
}

.emoji-box > div ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  max-height: 25vh;
  overflow-y: auto;
  background: #f0f0f0;
}

.emoji-box > div ul li {
  font-size: 1.5rem;
  margin: 0 0.5rem;
  cursor: pointer;
}
