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

15 lines
149 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: 1000;
2018-04-20 13:40:09 +00:00
margin-top: 7px;
}