]> cat aescling's git repositories - mastodon.git/commitdiff
Fix stacking order of emoji picker (#10801)
authornzws <git@nzws.me>
Wed, 22 May 2019 16:00:34 +0000 (01:00 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Wed, 22 May 2019 16:00:34 +0000 (18:00 +0200)
app/javascript/styles/mastodon/components.scss

index 906ee98498df9864abfd03399939227db5333312..ab466f944b82e16ca32485ae41fd5ecf46e17cd3 100644 (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;