Sticky Navigation

nav {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1000;
}