Skip to content

Fix footer positioning on short pages - #117

Open
armutlutost wants to merge 2 commits into
BCStudentSoftwareDevTeam:developmentfrom
armutlutost:fix/96-sticky-footer
Open

armutlutost wants to merge 2 commits into
BCStudentSoftwareDevTeam:developmentfrom
armutlutost:fix/96-sticky-footer

Conversation

@armutlutost

Copy link
Copy Markdown

Summary

Keep the footer at the bottom of the viewport when a page has little content, while allowing it to move naturally below longer content.

Closes #96

Changes

  • Use a full-height flex layout for the page body.
  • Allow the main container to fill the available space.
  • Prevent the footer from shrinking.

Validation

  • Verified the CSS layout rules.
  • Existing long-page scrolling behavior is preserved.

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

Successfully merging this pull request may close these issues.

Keep Footer Positioned at the Bottom of the Page

1 participant