Hi, welcome back!
Your business dashboard template
To make your dashboard header to be fixed, please go to deznav.js
file and make sure headerPosition: "fixed"
(function($) {
"use strict"
new dezSettings({
headerPosition: "fixed"
});
})(jQuery);