Force suppress pointer events for the system notification overlay
authorAlexander Ebert <ebert@woltlab.com>
Thu, 27 Apr 2023 16:33:38 +0000 (18:33 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 27 Apr 2023 16:33:38 +0000 (18:33 +0200)
Fixes #5442

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

index 646b53d17a88876034972972bbd80442ff74d4b2..1d44df76de62688b2262e6e1fd2e0d0b4570745e 100644 (file)
 #systemNotification {
        left: 0;
        opacity: 0;
-       pointer-events: none;
+       pointer-events: none !important;
        position: fixed;
        top: 0;
        transform: translateY(-100%);