From 38799bd888b2b98cdf1d9a442d3d14bf30ba3f1c Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 16 May 2023 15:29:56 +0200 Subject: [PATCH] Fix the behavior for the fixed anchor when editing messages See WoltLab/editor#49 --- wcfsetup/install/files/style/ui/wsc31.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.20.1