Skip to content

Conversation

@afadnan
Copy link
Contributor

@afadnan afadnan commented Apr 3, 2025

Bug Fix: Prevent White Space on Header/Footer Scroll

Closes

Summary

This PR fixes an issue where scrolling beyond the top or bottom of the webpage caused unwanted white space to appear at the header and footer.

Changes

Applied CSS fix to prevent excessive scrolling.

Ensured html, body height is properly set to 100%.

Removed unwanted overflow behavior.

Steps to Reproduce (Before Fix)

Open the website.
Scroll up beyond the top of the page.
Scroll down to the bottom and continue scrolling.
Notice the white space appearing above the header or below the footer.

Expected Behavior

Scrolling should naturally stop at the top and bottom of the page without revealing extra white space.

Fix Implementation

✅ Applied CSS to fix:
✅ Mention Video Below :

📌 Before (Bug Video) :

bug.mp4

📌 After (Fixed Video):

fixedbug.mp4

Related Issues

Issue #454 – [Bug] Scrolling Beyond Limits Causes White Space at Header/Footer

Author Checklist

✅ Ensured commit message follows AP format
✅ Provided a DCO sign-off using git commit -s
✅ Linked to related issue #454 in the PR description

@afadnan afadnan force-pushed the afadnan/454/fix-white-space-scroll branch 2 times, most recently from 275a146 to 5a011a4 Compare April 3, 2025 22:18
Signed-off-by: Adnan Ashraf <af.adnan23@gmail.com>
@afadnan afadnan force-pushed the afadnan/454/fix-white-space-scroll branch from 5a011a4 to f773658 Compare April 3, 2025 22:20
@afadnan
Copy link
Contributor Author

afadnan commented Apr 3, 2025

Hey @jeromesimeon 👋

All checks have passed and the PR is ready for review. I’ve signed off the commit and resolved everything requested. Could you please review and approve it when you get a chance?

Thanks a ton!

Copy link
Member

@mttrbrts mttrbrts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution!

@afadnan
Copy link
Contributor Author

afadnan commented Apr 5, 2025

Hey @mttrbrts ,
Thanks for the approval! Since I don’t have merge access, could you please go ahead and merge the PR when you get a chance? Let me know if anything else is needed from my side. 🙌

@mttrbrts mttrbrts merged commit b0a7af6 into accordproject:main Apr 5, 2025
5 checks passed
@afadnan afadnan deleted the afadnan/454/fix-white-space-scroll branch April 6, 2025 09:13
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.

[Bug] Scrolling Beyond Limits Causes White Space at Header/Footer

2 participants