-
Notifications
You must be signed in to change notification settings - Fork 114
Description
Describe the bug
Description
The #backToTop button is supposed to appear after scrolling down and stay visible without overlapping any content. However, on the homepage, when the user scrolls to the bottom, the button overlaps with the footer section (#sitemap), making it hard to see or click.
To Reproduce
To Reproduce
-
Open the homepage (index.html) in a browser.
-
Scroll down until the #backToTop button appears (after ~300px scroll).
-
Continue scrolling to the very bottom until the footer section (#sitemap) is visible.
-
Observe that the #backToTop button overlaps or collides with the #sitemap area instead of floating above it.
Expected behavior
Expected behavior
The #backToTop button should:
-
Appear after scrolling a certain amount.
-
Stay fixed at the bottom-right of the screen.
-
Float above the #sitemap section when the user reaches the bottom — avoiding overlap.
Additional context

I would like to work on this issue. @gyanshankar1708