Improve position of inline status emoji picker
This commit is contained in:
parent
b13e8bdd96
commit
68d40dc8ad
1 changed files with 5 additions and 0 deletions
|
@ -65,6 +65,7 @@
|
|||
opacity: 0;
|
||||
pointer-events: none;
|
||||
transition: 0.1s;
|
||||
z-index: 999;
|
||||
|
||||
&__emoji {
|
||||
display: block;
|
||||
|
@ -105,3 +106,7 @@
|
|||
pointer-events: all;
|
||||
}
|
||||
}
|
||||
|
||||
.status .emoji-react-selector {
|
||||
left: -20px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue