]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Fix stacking order of emoji picker
authornzws <git@nzws.me>
Wed, 22 May 2019 16:00:34 +0000 (01:00 +0900)
committerThibaut Girka <thib@sitedethib.com>
Thu, 23 May 2019 17:16:42 +0000 (19:16 +0200)
Port 8a378d4c3d8bd74f3070af0b70725da4a6d10375 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
app/javascript/flavours/glitch/styles/components/emoji.scss

index dd386d698d67299fea28fe09230953e23acc4f20..160e9d8117acafbfff76c3e5845dd1ab3a969c47 100644 (file)
@@ -17,6 +17,7 @@
   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;