If you don't want the sticky navigation to disappear on scroll, add the following code to: Appearance > Customize > Additional CSS:


body#skrollr-body.is-hidden .cg-menu-below {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}