From 1936e876d32063efc9a89a60ab1b2a32ae16cc80 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 22 Sep 2020 13:34:16 +0200 Subject: [PATCH] Increased the z-index of the reaction popover This prevents the reactions from being overlapped by an adjacent tab menu on mobile devices. --- wcfsetup/install/files/style/ui/reactions.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1