Spiderpig86/Cirrus

Fixed header requires manual content padding top

zemian opened this issue · 1 comments

zemian commented

When we want a fixed header, we usually expect the content goes right under, but with Cirrus, we have to manually pad the top content to offset the header height. I think in this use case, should the position be simply "static" is more useful? This way users do not have to pad their content.

I don't think static would fulfill what a fixed header does. A fixed header should be anchored to some position of the browser window, like the top. static is the default positioning for any div and does not anchor the header menu to any part of the browser window at all.