Remove the fixed positioning
authorAlexander Ebert <ebert@woltlab.com>
Sat, 30 Sep 2023 10:28:51 +0000 (12:28 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 30 Sep 2023 10:28:51 +0000 (12:28 +0200)
This is not required and prevents the absolute positioning of elements.

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

index 0bc7e12c6740c2bc7fd1f8cdc9cf3049e74124dd..963054c8fe2e398658bc061ca930c1844ffe8635 100644 (file)
@@ -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) {