I donāt have a solution for it unfortunately. The category heading is in the same sticky element as the navigation, and I canāt move the sticky property a level down, because sticky doesnāt work within a flexed elementā¦
Iād advise you to hide or minimise the logo with css on mobile.
While this is lovely on desktop, when space gets tight (e.g. on mobile) this makes the Topic list quite difficult to read (especially if the text is quite extensive)
This is an unintended side-effect of wanting to keep the navigation visible actually. Iām not sure it can be fixed (both elements may be in the same container or something? ) and if I have to choose, Iāll stick with my original intend.
If someone feels like taking a look, be my guest though.
Right, unfortunately thereās not a simple way to do this using CSS without also restructuring the layout.
The Horizon theme currently makes the entire .list-controls container sticky, which includes the category header. We canāt make the child .navigation-container sticky on its own, because sticky elements are stuck within their parent scrolling context.
We could restructure this area, but itās one of those changes that would impact all the themes that style using the existing structure⦠so thereās a good chance of regression for other themes and customizations, even if they donāt have a sticky nav like this.
I do wonder if we should simply hide the category description on mobile for Horizon. It is kind of doubling up information anyway, in a space that is very tight.
Iāve achieved this with some simple CSS in the Mobile tab of a TC:
Yeah, but in this case it is a wider issue with the Theme rather than just my preference. I find it hard to imagine someone who would actually like a large sticky category description on mobile devices - I donāt think that was ever your intent with the design.
It genuinely is unpredictable what people want in their community. Iām opting to leave it as-is, itās easily hide-able if people choose to and that path is less confusing then āwhy doesnāt my category banner appear on mobileā.