Reduce the `z-index` of popovers
authorAlexander Ebert <ebert@woltlab.com>
Fri, 18 Aug 2023 12:54:30 +0000 (14:54 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 18 Aug 2023 12:54:30 +0000 (14:54 +0200)
See https://www.woltlab.com/community/thread/301196-benutzerdialog-%C3%BCberlagert-tooltips/

wcfsetup/install/files/style/ui/popover.scss

index d9880ca903b48411e1de4b968333f08e1d3c8e5f..d670100f449d743dcf5105046456bab36deafaee 100644 (file)
@@ -36,7 +36,7 @@
        vertical-align: middle;
        visibility: hidden;
        width: 500px !important;
-       z-index: 500;
+       z-index: 350;
 
        &.active {
                animation: wcfPopover 0.3s;