The idea
position: fixed positions an element relative to the *viewport* and keeps it there even when the page scrolls — the classic 'back to top' button. It is removed from the flow like absolute, but its containing block is the viewport itself.
margin is off-limits — the point is position: fixed, which pins to the viewport.