jeroennoten / Laravel-AdminLTE

Easy AdminLTE integration with Laravel
MIT License
3.78k stars 1.08k forks source link

[BUG] There is a bug with the panelAutoHeight #1245

Closed pedroideavity closed 5 months ago

pedroideavity commented 5 months ago

The panelAutoHeight property is always defining a height for the page (min-height), and sometimes the layout is unconfigured because it is assigning a random height. Is there any way to resolve this? unnamed

Laravel Framework 10.43.0

dfsmania commented 5 months ago

Hi @pedroideavity , that height is calculated with some Javascript on the ColorlibHQ/AdminLTE V3.x package, it's not random, and we don't mess with that inside this package.

You can try to open an issue on the previous mentioned package sharing more detailed info. Also, you can check the package's distributed files, particularly /vendor/almasaeed2010/adminlte/dist/js/adminlte.js to check how height is calculated for the .content-wrapper element.

dfsmania commented 5 months ago

Related to the underlying AdminLTE package