Viewport
A viewport is the entire browsing window that the user can currently see.
This means that no matter how far down the page the user scrolls, a fixed element will always be visible. It ‘sticks’ to the viewport and all other content will pass over it either in front or behind as the page scrolls.
Let’s see it in action.