[Glitch] Fix stacking order of emoji picker

Port 1fbe5c2fec to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
nzws 2019-05-23 01:00:34 +09:00 committed by Thibaut Girka
parent d445d5833e
commit 3d860417a5

View 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;