What does sticky position works ?
In : BSc IT Subject : Web DesigningIn CSS, the position: sticky; property allows an element to stick to a specific position on the screen (like the top or bottom) when a user scrolls past it. It behaves like a hybrid of relative and fixed positioning, staying in place until the user scrolls away, then continuing with normal flow.