From d026cb3ae686097c54a893efa94d8d14fe5b28f1 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 25 Jul 2023 17:28:16 +0200 Subject: [PATCH] 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/ --- wcfsetup/install/files/style/ui/message.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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; } } -- 2.20.1