Fix z-index of the emoji picker in compose modals.
This commit is contained in:
parent
5be3eb5dec
commit
201481ffb7
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue