Improve position of inline status emoji picker

This commit is contained in:
Alex Gleason 2020-05-22 21:34:07 -05:00
parent b13e8bdd96
commit 68d40dc8ad
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -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;
}