FIX: make sure the emoji picker is hidden

This commit is contained in:
Joffrey JAFFEUX 2017-07-19 22:05:57 +02:00
parent d238de87a4
commit d2581bbf21

View File

@ -6,7 +6,7 @@
z-index: 10000;
position: fixed;
background-color: dark-light-choose(#dadada, blend-primary-secondary(5%));
display: flex;
display: none;
flex-direction: row;
height: 300px;
border-radius: 3px;