Fix z-index of the emoji picker in compose modals.

This commit is contained in:
Dank Gabs 2019-07-02 23:53:16 -04:00
parent 5be3eb5dec
commit 201481ffb7
1 changed files with 1 additions and 1 deletions

View File

@ -3043,7 +3043,7 @@ a.status-card.compact:hover {
box-shadow: 4px 4px 6px rgba($base-shadow-color, 0.4);
border-radius: 4px;
margin-top: 5px;
z-index: 2;
z-index: 20000;
.emoji-mart-scroll {
transition: opacity 200ms ease;