Menu items could overlap the left overflow button
authorAlexander Ebert <ebert@woltlab.com>
Sun, 3 Nov 2019 16:02:08 +0000 (17:02 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 3 Nov 2019 16:02:08 +0000 (17:02 +0100)
wcfsetup/install/files/style/ui/wsc52.scss

index 01d6a45f21089ed3841dbb2697a57290a438f33f..fb0d6856d6837eaf36466535c9061a2197200c3a 100644 (file)
@@ -16,4 +16,9 @@
                        border-color: $wcfEditorTableBorder !important;
                }
        }
+       
+       .mainMenu .mainMenuShowPrevious.active {
+               /* The button is otherwise partially overlapped by the menu items. */
+               z-index: 1;
+       }
 }