mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: make sure the emoji picker is hidden
This commit is contained in:
parent
d238de87a4
commit
d2581bbf21
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
z-index: 10000;
|
z-index: 10000;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
background-color: dark-light-choose(#dadada, blend-primary-secondary(5%));
|
background-color: dark-light-choose(#dadada, blend-primary-secondary(5%));
|
||||||
display: flex;
|
display: none;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
height: 300px;
|
height: 300px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue