From b4d67fe57af4d45082dc92eef20d5bb758bd8379 Mon Sep 17 00:00:00 2001 From: ThibG Date: Thu, 13 Jun 2019 17:07:43 +0200 Subject: Fix ordering of keyboard access between CW field, textarea and emoji picker (#11066) --- app/javascript/styles/mastodon/components.scss | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'app/javascript/styles') diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 79dbb5c87..545427d22 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -337,7 +337,6 @@ position: absolute; top: 5px; right: 5px; - z-index: 1; } .compose-form__autosuggest-wrapper { @@ -413,15 +412,6 @@ height: 0; } - .emoji-picker-wrapper { - position: relative; - height: 0; - - &.emoji-picker-wrapper--hidden { - display: none; - } - } - .autosuggest-textarea__suggestions { box-sizing: border-box; display: none; -- cgit