From: Alexander Ebert Date: Tue, 25 Jul 2023 15:28:16 +0000 (+0200) Subject: Prevent the loading overlay to overlap the bottom border X-Git-Tag: 6.0.0_Alpha_8~55 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d026cb3ae686097c54a893efa94d8d14fe5b28f1;p=GitHub%2FWoltLab%2FWCF.git Prevent the loading overlay to overlap the bottom border See https://www.woltlab.com/community/thread/300754-rahmen-wird-mindestens-mobil-beim-absenden-%C3%BCberdeckt/ --- diff --git a/wcfsetup/install/files/style/ui/message.scss b/wcfsetup/install/files/style/ui/message.scss index 22daf3b37f..558af48359 100644 --- a/wcfsetup/install/files/style/ui/message.scss +++ b/wcfsetup/install/files/style/ui/message.scss @@ -294,13 +294,10 @@ > .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; } }