1 min readJan 31, 2019
Not at all!
Let’s take a top header for example, what the difference between position: fixed
with top:0;
to position: sticky;
?
One big different, Position Sticky keeps the natural gap in the DOM.
Another example, in inner headers in inner components, the value of zero will be just fine.