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

#99 - footer bug in other pages resolved - Fikret Ellek #108

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

fikretellek
Copy link
Collaborator

Naming Rules

Name your PR like this: ISSUENUMBER-TITLE-YOURNAME

Description

I have fixed the overlapping footer bug. The main issue was fixed height attributes of page's main content sections. Related elements have been given flex 1 if the content is smaller than the screen size, or left as static instead of 100% height. This way elements are more responsive to zooming and more accessible.

Related to

Make sure you include the issue number with a hash sign # so Github can link this PR to the right issue, like this:

Fixes CodeYourFuture#1

Checklist:

  • My code follows the style guidelines of this project
  • I have carefully reviewed my own code
  • I have commented my code
  • I have updated any documentation

@taiwo2 taiwo2 merged commit c2b8df4 into main Aug 9, 2024
@fikretellek fikretellek changed the title #99 - footer bug in other pages resolved #99 - footer bug in other pages resolved - Fikret Ellek Aug 9, 2024
@fikretellek fikretellek linked an issue Aug 9, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

BUG - Fixed Footer Overlaps Other Content
2 participants