From 0543f4a2aa308cb0159495f4689f70aa6ba8ad08 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 25 Jul 2023 15:36:00 +0200 Subject: [PATCH] Force the overlay contain to be always on top See https://www.woltlab.com/community/thread/300763-tooltips-hinter-popover/ --- wcfsetup/install/files/style/layout/layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.20.1