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

Navigation Bar Fixed #2278

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Navigation Bar Fixed #2278

wants to merge 3 commits into from

Conversation

sassygabyrose
Copy link

Description

I have added details to make the navigation bar fixed to the top of the page when the user scrolls. My contribution is in Header.scss and index.jsx within the Header folder.

More Details

I think it would be helpful to improve the user experience.

Corresponding Issue

Here is the link to the issue #2271.

@@ -109,10 +110,29 @@ export const Header = ({
</div>
);

const [isSticky, setSticky] = useState(false);
Copy link
Member

Choose a reason for hiding this comment

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

This is a duplicate for line 28, it should be removed.

Copy link
Member

@julianguyen julianguyen left a comment

Choose a reason for hiding this comment

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

Thanks so much for taking this on! It looks good, just some minor feedback since the Circle CI build is failing.

@julianguyen
Copy link
Member

Feb-11-2024 17-51-17

I pulled down your branch, and the sticky navigation bar is not working on my end.

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