On our forums we use an additional header above the discord header bar. So far we used some css to hide the logo from this header bar as we used an additional Logo in our own (additional) header.
.docked was added as a class to the header container as soon as the header was touching the upper end of the viewport. This behaviour seems to have changed with either Beta 10 or 11.
Does anyone do similar things and has a workaround for that? As far as I could see there isn’t really anything that helps me doing something like that with CSS. I noticed the --header-offset property on the html tag but I’m not sure if that’s usable for this kind of stuff.