Fix z-index of the emoji picker in compose modals.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user