1
0
mirror of https://github.com/pierre42100/ComunicWeb synced 2025-01-15 11:47:44 +00:00
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;
}