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: increment header z-index to show above everything else #68

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

Conversation

Rex-82
Copy link

@Rex-82 Rex-82 commented Oct 10, 2024

fixes: #67

Description

On the pricing page the header goes behind some text elements when scrolling.
Increasing the z-index value from 10 to 20 for the containing element fixes the issue

Contribution Checklist:

  • The pull request only addresses one issue or adds one feature.
  • The pull request does not introduce any breaking changes
  • I have added screenshots or gifs to help explain the change if applicable.
  • I have read the contribution guidelines.
  • Create an issue and link to the pull request.

Before

bruno-before

After

bruno-after

Copy link

vercel bot commented Oct 10, 2024

@Rex-82 is attempting to deploy a commit to the Bruno Team on Vercel.

A member of the Team first needs to authorize it.

@Rex-82 Rex-82 force-pushed the main branch 2 times, most recently from 49e58cc to 8c48d4f Compare October 11, 2024 10:10
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.

Navbar element goes behind text on scroll
1 participant