Browse Source

Fix stacking order of emoji picker (#10801)

pull/4/head
nzws 5 years ago
committed by Eugen Rochko
parent
commit
8a378d4c3d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/javascript/styles/mastodon/components.scss

+ 1
- 0
app/javascript/styles/mastodon/components.scss View File

@ -3279,6 +3279,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;
.emoji-mart-scroll {
transition: opacity 200ms ease;

Loading…
Cancel
Save