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: Ensure CheckCircle2 respects navbar z-index on scroll #1718

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

Conversation

karan-vaishnav
Copy link

@karan-vaishnav karan-vaishnav commented Jan 17, 2025

PR Fixes:

  • 1 Adjusted the z-index of the navbar in courseView.tsx to 20 to ensure it stays above all card components, including the CheckCircle2 icon.
  • 2 Fixed stacking context issues causing the CheckCircle2 icon to overlap the navbar when scrolling.

Resolves #1716

Checklist before requesting a review

  • I have performed a self-review of my code

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.

bug: CheckCircle2 Icon Overlapping Navbar on Scroll
1 participant