jeroennoten / Laravel-AdminLTE

Easy AdminLTE integration with Laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] There is a bug with the panelAutoHeight

pedroideavity opened this issue · comments

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

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.

Related to the underlying AdminLTE package