From: Alexander Ebert Date: Fri, 16 Aug 2019 13:18:39 +0000 (+0200) Subject: Reduced the reaction popover's z-index to avoid overlapping the menu X-Git-Tag: 5.2.0_Alpha_4~4 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4913f9d7366b8f74bc15f31af2103197bcfe4289;p=GitHub%2FWoltLab%2FWCF.git Reduced the reaction popover's z-index to avoid overlapping the menu --- diff --git a/wcfsetup/install/files/style/ui/reactions.scss b/wcfsetup/install/files/style/ui/reactions.scss index fdb276f18a..17acca0094 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: 500; + z-index: 50; &.active { animation: wcfPopover .3s;