Reset the floating code box header when the sticky page header is hidden
authorAlexander Ebert <ebert@woltlab.com>
Thu, 26 Aug 2021 12:45:28 +0000 (14:45 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 26 Aug 2021 12:45:28 +0000 (14:45 +0200)
See https://community.woltlab.com/thread/291977-sticky-code-header-w%C3%A4hrend-antwort-unsch%C3%B6n/

wcfsetup/install/files/style/bbcode/code.scss

index 9a023c54aaca5d81a6fe1058de6ce9d976b42a71..8928cbd27b0b6799cf07384426137a7b163db086 100644 (file)
        position: static;
 }
 
+.redactorActive .codeBoxHeader {
+       top: 0;
+}
+
 /* PrismJS 1.15.0
 https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript&plugins=autoloader */
 /**