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 fixed for the footer position #1619

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

SwastikaPradhan
Copy link

Pull Request

[BUG] - Fix Footer Position #1612

##Description
This pull request addresses a bug related to the footer position in the application. Previously, the footer did not remain anchored at the bottom of the page when there was insufficient content to push it down. This led to an unsightly layout, where the footer could appear midway through the viewport or be partially visible.

Type of change

Changes Made:
Implemented a flexbox layout for the main container, ensuring the footer stays at the bottom even with minimal content.
Added necessary CSS properties to achieve a sticky footer effect.

Screenshots (if appropriate):

Before fix :

WhatsApp Image 2024-09-27 at 10 25 22_92ccd032
This image demonstrates the issue where the footer is not positioned at the bottom of the page.

This is the updated result.

WhatsApp Image 2024-09-27 at 11 44 47_40b35181
This image shows the updated result with the footer properly anchored at the bottom of the page.

Additional

Type of Change
->Adding a new Resource
-> Adding a new Category
->Documentation enhancement or fixes
->Website enhancement or fixes

Copy link

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

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.

2 participants