Can you provide more info? What makes you think it would stay at the top? By default elements scroll with the page.
Try replacing the absolute positioning with fixed positioning:
.thememattic-midnav .container-fluid { position: fixed; }
Can you provide more info? What makes you think it would stay at the top? By default elements scroll with the page.
Try replacing the absolute positioning with fixed positioning: