.nav-container {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
}