1
0
mirror of https://github.com/pierre42100/ComunicWeb synced 2025-02-20 21:02:39 +00:00

15 lines
149 B
CSS

/**
* Emoji picker stylesheet
*
* @author Pierre HUBERT
*/
#emojiPicker {
height: 0;
}
.wdt-emoji-popup {
z-index: 1000;
margin-top: 7px;
}