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

[Bug]: Footer Section Overlaps with Homepage Content #105

Open
4 tasks done
kekubhai opened this issue Oct 16, 2024 · 1 comment
Open
4 tasks done

[Bug]: Footer Section Overlaps with Homepage Content #105

kekubhai opened this issue Oct 16, 2024 · 1 comment
Assignees

Comments

@kekubhai
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

The footer section of the homepage is currently overlapping with the main content, creating a visually unappealing and confusing user experience. This overlap occurs when the content extends beyond the viewport height, causing the footer to encroach on the available space.

Expected behavior

To address this issue, we should implement a design that separates the footer section from the main content, ensuring a clear distinction between the two. Here are some potential approaches:

Fixed Footer: Position the footer at the bottom of the viewport, allowing it to remain visible even when the user scrolls. This would prevent the footer from overlapping with the content.
Sticky Footer: Implement a sticky footer that remains fixed at the bottom of the viewport until the user scrolls to the bottom of the page. This would ensure that the footer is always accessible without obstructing the main content.
Footer Reveal: Introduce a mechanism that reveals the footer when the user scrolls to the bottom of the page, preventing it from overlapping with the content but still providing easy access.

Add ScreenShots

image

On which device are you experiencing this bug?

Chrome, Windows

Record

  • I have read the Contributing Guidelines
  • I'm a GSSOC'24 contributor
  • I have starred the repository
Copy link

Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible.

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

No branches or pull requests

2 participants