From 4d3b85ea9a4f7de5e072c072ff218232f0a1fcf9 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sat, 30 Sep 2023 12:28:51 +0200 Subject: [PATCH] Remove the fixed positioning This is not required and prevents the absolute positioning of elements. --- wcfsetup/install/files/style/layout/layout.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/wcfsetup/install/files/style/layout/layout.scss b/wcfsetup/install/files/style/layout/layout.scss index 0bc7e12c67..963054c8fe 100644 --- a/wcfsetup/install/files/style/layout/layout.scss +++ b/wcfsetup/install/files/style/layout/layout.scss @@ -235,10 +235,7 @@ html[data-color-scheme="dark"] .sideBySide.templateDiff { } #pageOverlayContainer { - inset: 0; pointer-events: none; - position: fixed; - z-index: 400; } #pageOverlayContainer > *:not(.dropdownMenuContainer) { -- 2.20.1