Skip to content

Instantly share code, notes, and snippets.

@hieptl
Last active September 12, 2021 07:34
Show Gist options
  • Save hieptl/ec5be71057df046f838cf8f893161383 to your computer and use it in GitHub Desktop.
Save hieptl/ec5be71057df046f838cf8f893161383 to your computer and use it in GitHub Desktop.
Tribute.css - Mention Chat App
.tribute-container {
background: #fff;
border-radius: 0.5rem;
border: 1px solid #E5E7EB;
max-height: 15rem;
overflow: auto;
padding: 0.75rem;
top: 27.625rem !important;
z-index: 10000;
}
.tribute-container ul {
list-style-type: none;
}
.tribute-container ul li {
padding: 0.25rem;
}
.tribute-container ul li:hover {
cursor: pointer;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment