how to fix content-wrapper overload issue, when first load
but when i click "inspect element" and then close it, that layout its fixed
Try calling $(window).resize(); or $.AdminLTE.layout.fix() after everything is loaded.
$(window).resize();
$.AdminLTE.layout.fix()
Most helpful comment
Try calling
$(window).resize();or
$.AdminLTE.layout.fix()after everything is loaded.