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