Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expanding the browser window keeps the footer hidden #386

Closed
fmunteanu opened this issue May 8, 2024 · 2 comments
Closed

Expanding the browser window keeps the footer hidden #386

fmunteanu opened this issue May 8, 2024 · 2 comments

Comments

@fmunteanu
Copy link
Contributor

fmunteanu commented May 8, 2024

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

  • Hugo Version: v0.125.4+extended
  • Browser/OS: MacOS Firefox
  • Theme Version: v0.7.4-0.20240428103006-ba7707d4d9f9
@imfing
Copy link
Owner

imfing commented May 16, 2024

@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
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants