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);
|
box-shadow: 4px 4px 6px rgba($base-shadow-color, 0.4);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
z-index: 2;
|
z-index: 20000;
|
||||||
|
|
||||||
.emoji-mart-scroll {
|
.emoji-mart-scroll {
|
||||||
transition: opacity 200ms ease;
|
transition: opacity 200ms ease;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user