Question: When using position: fixed, what will the element always be positioned relative to?

  1. the closest element with position: relative
  2. the viewport
  3. the parent element
  4. the wrapper element

Answer: The correct answer of the above question is Option B:the viewport