From: Alexander Ebert Date: Thu, 26 Aug 2021 12:45:28 +0000 (+0200) Subject: Reset the floating code box header when the sticky page header is hidden X-Git-Tag: 5.4.5_RC_1~7 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=20ffa7d26815f65e5c7d9b71e380688c1c52a2d0;p=GitHub%2FWoltLab%2FWCF.git Reset the floating code box header when the sticky page header is hidden See https://community.woltlab.com/thread/291977-sticky-code-header-w%C3%A4hrend-antwort-unsch%C3%B6n/ --- diff --git a/wcfsetup/install/files/style/bbcode/code.scss b/wcfsetup/install/files/style/bbcode/code.scss index 9a023c54aa..8928cbd27b 100644 --- a/wcfsetup/install/files/style/bbcode/code.scss +++ b/wcfsetup/install/files/style/bbcode/code.scss @@ -174,6 +174,10 @@ position: static; } +.redactorActive .codeBoxHeader { + top: 0; +} + /* PrismJS 1.15.0 https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript&plugins=autoloader */ /**