Try replacing the absolute positioning with fixed positioning:
.thememattic-midnav .container-fluid { position: fixed; }
Try replacing the absolute positioning with fixed positioning: