To make your dashboard sidebar fixed, please go to gleek.js
file and make sure sidebarPosition: "fixed"
(function($) {
"use strict"
new quixSettings({
sidebarPosition: "fixed"
});
})(jQuery);