Fix the position of the date picker
authorAlexander Ebert <ebert@woltlab.com>
Tue, 25 Jul 2023 13:28:22 +0000 (15:28 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 25 Jul 2023 13:28:22 +0000 (15:28 +0200)
See https://www.woltlab.com/community/thread/300760-datepicker-is-broken/

wcfsetup/install/files/style/ui/datePicker.scss

index 700167b67463765410ae7de59e433b8c990417c3..66a9ed702d4d30c180893ff09ca7b2dae4c2e27e 100644 (file)
@@ -10,7 +10,7 @@
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        color: var(--wcfDropdownText);
        display: none;
-       position: absolute;
+       position: fixed;
        width: 240px;
        z-index: 450;