imfing / hextra

🔯 Modern, batteries-included Hugo theme for creating beautiful doc, blog and static websites
https://imfing.github.io/hextra/
MIT License
757 stars 177 forks source link

Expanding the browser window keeps the footer hidden #386

Closed fmunteanu closed 6 months ago

fmunteanu commented 6 months ago

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:

image

Expanded window, with footer hidden:

image

Scrolling down, displays the footer:

image

Environment

imfing commented 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.

image

fmunteanu commented 6 months ago

Have you had a chance to look at #387 and #388? I hope they can make it in 0.7.4 release.