From: Alexander Ebert Date: Tue, 16 May 2023 13:29:56 +0000 (+0200) Subject: Fix the behavior for the fixed anchor when editing messages X-Git-Tag: 6.0.0_Alpha_1~89 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=38799bd888b2b98cdf1d9a442d3d14bf30ba3f1c;p=GitHub%2FWoltLab%2FWCF.git Fix the behavior for the fixed anchor when editing messages See WoltLab/editor#49 --- diff --git a/wcfsetup/install/files/style/ui/wsc31.scss b/wcfsetup/install/files/style/ui/wsc31.scss index 6db4da897e..ce07629b09 100644 --- a/wcfsetup/install/files/style/ui/wsc31.scss +++ b/wcfsetup/install/files/style/ui/wsc31.scss @@ -81,7 +81,7 @@ padding-top: 0; // 30px added to account for `padding-top: 0` above - &.anchorFixedHeader:target { + &.anchorFixedHeader:target:not(.disableAnchorFixedHeader) { margin-top: -79px; &::after {