To make your dashboard layout boxed, please go to quixnav.js file and make sure sidebarPosition: "fixed"

    
        (function($) {
            "use strict"

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