From: Alexander Ebert Date: Tue, 22 Sep 2020 11:34:16 +0000 (+0200) Subject: Increased the z-index of the reaction popover X-Git-Tag: 5.3.0_Beta_1~7^2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1936e876d32063efc9a89a60ab1b2a32ae16cc80;p=GitHub%2FWoltLab%2FWCF.git Increased the z-index of the reaction popover This prevents the reactions from being overlapped by an adjacent tab menu on mobile devices. --- diff --git a/wcfsetup/install/files/style/ui/reactions.scss b/wcfsetup/install/files/style/ui/reactions.scss index b22db4f6ef..de11e8a961 100644 --- a/wcfsetup/install/files/style/ui/reactions.scss +++ b/wcfsetup/install/files/style/ui/reactions.scss @@ -8,7 +8,7 @@ top: 0; vertical-align: middle; visibility: hidden; - z-index: 50; + z-index: 60; &.active { animation: wcfPopover .3s;