Prevent the loading overlay to overlap the bottom border
authorAlexander Ebert <ebert@woltlab.com>
Tue, 25 Jul 2023 15:28:16 +0000 (17:28 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 25 Jul 2023 15:28:16 +0000 (17:28 +0200)
See https://www.woltlab.com/community/thread/300754-rahmen-wird-mindestens-mobil-beim-absenden-%C3%BCberdeckt/

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

index 22daf3b37f19b6da58287c778fc7879e9e5216af..558af483599908a8a6c9743885a127e59b49c897 100644 (file)
                > .messageContentLoadingOverlay {
                        align-items: center;
                        background-color: var(--wcfContentBackground);
-                       bottom: -1px;
                        display: flex;
+                       inset: 0;
                        justify-content: center;
-                       left: 0;
                        position: absolute;
-                       right: 0;
-                       top: 0;
                        z-index: 1;
                }
        }