To make your dashboard header fixed, please go to gleek.js file and make sure headerPosition: "fixed"

    
        (function($) {
            "use strict"

            new quixSettings({
                headerPosition: "fixed"
            });
            
        })(jQuery);