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

Fix: can hop to anchor links that occur towards the end of the page #124

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

Conversation

fergiemcdowall
Copy link

Problem:

You can't hop to anchor links that occur towards the end of the page if there is not enough room below them. Problem is even more pronounced when using vertical, "portrait" monitors.
Screenshot 2024-06-13 at 14 13 35

Solution:

Add white space to the bottom of the footer that is always equal to 100vh (the height of the page in the browser window). This enables the user to always be able to access anchor points at the bottom of the page

…00vh (the height of the page in the browser window). This enables the user to always be able to access anchor points at the bottom of the page
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.

1 participant