From: Alexander Ebert Date: Tue, 25 Jul 2023 13:36:00 +0000 (+0200) Subject: Force the overlay contain to be always on top X-Git-Tag: 6.0.0_Alpha_8~57 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0543f4a2aa308cb0159495f4689f70aa6ba8ad08;p=GitHub%2FWoltLab%2FWCF.git Force the overlay contain to be always on top See https://www.woltlab.com/community/thread/300763-tooltips-hinter-popover/ --- diff --git a/wcfsetup/install/files/style/layout/layout.scss b/wcfsetup/install/files/style/layout/layout.scss index ab1320bf4b..845139e937 100644 --- a/wcfsetup/install/files/style/layout/layout.scss +++ b/wcfsetup/install/files/style/layout/layout.scss @@ -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) {