The community member in the post is excited about using variables to set the height of a fixed navigation, which helps prevent overlapping with sticky elements. The comments discuss the idea of an "is-sticky" breakpoint, which could be useful for determining whether an element is sticky within the scroll. One community member shares a link to an article about state container queries, but overall there is no explicitly marked answer in the discussion.
Ah man variables are so nice. Now I can set a nav height var so when I make things sticky, they use this one var to ensure it doesnt overlap with my fixed nav. And I can change this by breakpoint π₯