From cbc38e0c93fc2ac7b3e64b262b4a6a7b87b4cee6 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Wed, 11 Jan 2017 14:02:11 -0500 Subject: [PATCH] emoji-mart styling fix --- app/assets/stylesheets/junto.scss.erb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/junto.scss.erb b/app/assets/stylesheets/junto.scss.erb index 6e891ced..2ce4656f 100644 --- a/app/assets/stylesheets/junto.scss.erb +++ b/app/assets/stylesheets/junto.scss.erb @@ -353,6 +353,11 @@ .new-message-area { position: relative; + .emoji-mart { + position: absolute; + bottom: 98px; + } + .extra-message-options { height: 20px; position: absolute;