Last active
September 12, 2021 07:34
-
-
Save hieptl/ec5be71057df046f838cf8f893161383 to your computer and use it in GitHub Desktop.
Tribute.css - Mention Chat App
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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