Closed fmunteanu closed 6 months ago
@fmunteanu this is intended. If you need to disable this, I think removing the class hx-min-h-[calc(100vh-var(--navbar-height))]
(you may need to override the layout), or overriding the CSS rule would help.
Have you had a chance to look at #387 and #388? I hope they can make it in 0.7.4 release.
Description
Hi @imfing,
I noticed this bug: expanding the browser window keeps the footer hidden.
Expected Behavior
Footer should display automatically, on expanded window.
Actual Behavior
Only if I scroll down on expanded window, to footer displays.
Screenshots
Normal window:
Expanded window, with footer hidden:
Scrolling down, displays the footer:
Environment