You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed footers do not appear to be documented for AdminLTE 4. Additionally, the comparable AdminLTE 4 Dashboard v2 example does not have one.
Use of ...
.app-main { max-height: 86vh; }
... kind of replicates the AdminLTE 3 behavior ... but not entirely. Unfortunately with this workaround, a vertical scroll bar becomes present for the main content when reducing the size of the browser window. This is undesirable and differs from AdminLTE 3.
Describe the bug
Fixed (sticky) footers were available in available in AdminLTE 3 as documented at https://adminlte.io/themes/v3/pages/layout/fixed-footer.html. A fixed footer was also used in the AdminLTE 3 Dashboard v2 example.
Fixed footers do not appear to be documented for AdminLTE 4. Additionally, the comparable AdminLTE 4 Dashboard v2 example does not have one.
Use of ...
... kind of replicates the AdminLTE 3 behavior ... but not entirely. Unfortunately with this workaround, a vertical scroll bar becomes present for the main content when reducing the size of the browser window. This is undesirable and differs from AdminLTE 3.
To Reproduce
Compare the footer behavior on the AdminLTE 3 and AdminLTE 4 Dashboard v2 pages at https://adminlte.io/themes/v3/index2.html and https://adminlte-v4.netlify.app/dist/pages/index2, respectively.
Expected behavior
It's desired that AdminLTE 4 support fixed footers as AdminLTE 3 did.
Screenshots
N/A
Environment (please complete the following information):
Additional context
N/A
The text was updated successfully, but these errors were encountered: