From: Alexander Ebert Date: Sun, 3 Nov 2019 16:02:08 +0000 (+0100) Subject: Menu items could overlap the left overflow button X-Git-Tag: 5.2.0_Beta_3~20 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=18d15d0d82067351cb835c1d99f7349c30b682e6;p=GitHub%2FWoltLab%2FWCF.git Menu items could overlap the left overflow button --- diff --git a/wcfsetup/install/files/style/ui/wsc52.scss b/wcfsetup/install/files/style/ui/wsc52.scss index 01d6a45f21..fb0d6856d6 100644 --- a/wcfsetup/install/files/style/ui/wsc52.scss +++ b/wcfsetup/install/files/style/ui/wsc52.scss @@ -16,4 +16,9 @@ border-color: $wcfEditorTableBorder !important; } } + + .mainMenu .mainMenuShowPrevious.active { + /* The button is otherwise partially overlapped by the menu items. */ + z-index: 1; + } }