mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 12:39:22 +00:00
15 lines
149 B
CSS
15 lines
149 B
CSS
/**
|
|
* Emoji picker stylesheet
|
|
*
|
|
* @author Pierre HUBERT
|
|
*/
|
|
|
|
#emojiPicker {
|
|
height: 0;
|
|
}
|
|
|
|
.wdt-emoji-popup {
|
|
z-index: 1000;
|
|
margin-top: 7px;
|
|
}
|