Force sane z-index for EmojiOne Keyboard's smilies
authorAlexander Ebert <ebert@woltlab.com>
Tue, 6 Jun 2017 14:46:13 +0000 (16:46 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 6 Jun 2017 14:46:13 +0000 (16:46 +0200)
wcfsetup/install/files/style/icon/icon.scss

index f96b184e0dfcbd4256060178357d49ee7158ac33..a36bf55e5d0ea2a22f61668e5530aad8190cc415 100644 (file)
@@ -204,5 +204,10 @@ a > span.fa:not(.pointer) {
        20%, 100% { transform:rotate(0deg) }
 }
 
+/* EmojiOne's Emoji Keyboard (2016) for Chrome uses an excessively high `z-index` value */
+.emojione-emoji {
+       z-index: auto !important;
+}
+
 @import "variables";
 @import "icons";