diff --git a/css/emoji-picker.css b/css/emoji-picker.css index 39a18b4..cd67814 100644 --- a/css/emoji-picker.css +++ b/css/emoji-picker.css @@ -86,6 +86,11 @@ outline: 0; } +.emoji-picker-category .emoji-picker-emoji span { + z-index: 1; + position: relative; +} + .emoji-picker-category .emoji-picker-emoji:hover:before { z-index: 0; content: ""; @@ -118,11 +123,6 @@ font-size: 0; } -.emoji-picker-emoji span { - z-index: 1; - position: relative; -} - .emoji-picker-no-results { font-size: 14px; text-align: center;