ComunicWeb/assets/css/components/emoji/picker.css

15 lines
146 B
CSS
Raw Normal View History

2018-04-20 13:40:09 +00:00
/**
* Emoji picker stylesheet
*
* @author Pierre HUBERT
*/
#emojiPicker {
height: 0;
}
.wdt-emoji-popup {
z-index: 2;
margin-top: 7px;
}