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/disappearing-navbar #959

Closed

Conversation

sameer-soni
Copy link

Linked Issue

fixed: #823

Description

The problem was that the first page has zindex of 1034 higher than the navbar, so when user was in first page, navbar was not showing:
bug

so what i did is, I made the navbar z-index = 2000. I did in .navbar class. Now, it's fixed.
fixe

Methodology

Code of Conduct

By submitting this pull request, you agree to follow our Code of Conduct

@sameer-soni sameer-soni requested a review from a team as a code owner August 7, 2023 16:19
@netlify
Copy link

netlify bot commented Aug 7, 2023

👷 Deploy Preview for virtual-coffee-io processing.

Name Link
🔨 Latest commit 0d5ea4f
🔍 Latest deploy log https://app.netlify.com/sites/virtual-coffee-io/deploys/64d119a088b5580007a93b43

Copy link
Member

@danieltott danieltott left a comment

Choose a reason for hiding this comment

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

Hey @sameer-soni - thanks for the PR!

The issue here isn't that it's hidden on the home page - that is the expected behavior.

The problem is that when the page overscrolls, the nav-bar becomes visible.

Check out the video and my suggestion in the original issue.

To sum up:

  • Nav bar should be initially hidden on the home page
  • Nav bar should be visible if it has focus
  • Nav bar should scroll into view on home page
  • No pages should overscroll past the top

@danieltott
Copy link
Member

@sameer-soni Are you interested in fixing this up?

@danieltott danieltott closed this Oct 2, 2023
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.

Peekaboo with the navigation bar
2 participants