Skip to content

Fix: Increase z-index of breadcrumb to prevent overlap #1863

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

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

Conversation

ikumar200
Copy link

@ikumar200 ikumar200 commented Jul 9, 2025

🐞 Bug

On the "Week Videos Listing" page, the breadcrumb bar was being overlapped by video cards, making the navigation hard to see or interact with i.e (the video completed green tick icon and the video icon at the bottom right corner)


✅ Fix

Increased the z-index of the breadcrumb div container from z-10 to z-20 to ensure it appears above other elements.


📂 File Modified

  • src/components/CourseView.tsx

🔗 Related Issue

Resolves #1861


✔️ Checklist

  • I have performed a self-review of my code
  • There is no duplicate PR for this issue
  • Only the necessary file is changed (no lockfile or unrelated updates)
  • The UI works correctly after the fix

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: Breadcrumb Bar Overlapped by Video Cards on Week Video Page
1 participant