Change Password

What does setting position: sticky; on an element do?
Keeps the element fixed at the top of the viewport
Allows the element to scroll away with the page
Positions the element based on the user's scroll position, toggling between relative and fixed
Makes the element unresponsive to scroll events