Force the overlay contain to be always on top
authorAlexander Ebert <ebert@woltlab.com>
Tue, 25 Jul 2023 13:36:00 +0000 (15:36 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 25 Jul 2023 13:36:00 +0000 (15:36 +0200)
See https://www.woltlab.com/community/thread/300763-tooltips-hinter-popover/

wcfsetup/install/files/style/layout/layout.scss

index ab1320bf4bcbcbbe2d28896bd2cc43a64b9897f3..845139e937df55ed9922d4682adc1fcaf42eb664 100644 (file)
@@ -242,7 +242,7 @@ html[data-color-scheme="dark"] .sideBySide.templateDiff {
        position: fixed;
        right: 0;
        top: 0;
-       z-index: 450;
+       z-index: 750;
 }
 
 #pageOverlayContainer > *:not(.dropdownMenuContainer) {