Back to Snippets

CSS Sticky Header Navigation

Create a sticky header or navigation bar that stays fixed at the top of the viewport when the user scrolls. This simple CSS snippet uses `position: sticky` for improved site navigation.

#css
#navigation
#sticky header
#fixed header
#position sticky
#ui