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

Scrolling Header Mod v1 October 6 2023 #232

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

Conversation

cameronjobson
Copy link

Made by the request of Sairaja Kurelli. Email me any comments at cameronajobson@gmail.com

}

#header.hide { /*Added for the Scrolling Header*/
top: -4em; /* Adjust as needed to fully hide the header */
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
top: -4em; /* Adjust as needed to fully hide the header */
top: -4em; /* Adjust as needed to fully hide the header */
visibility: hidden;

Useful for making sure our site works correctly w/ screen readers and accessibility tools: https://developer.mozilla.org/en-US/docs/Web/CSS/visibility#accessibility_concerns

Copy link
Collaborator

@benaubin benaubin left a comment

Choose a reason for hiding this comment

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

looks great! thanks for this! left a suggestion.

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.

None yet

2 participants