cms icon indicating copy to clipboard operation
cms copied to clipboard

Fix: Increase z-index of breadcrumb to prevent overlap

Open ikumar200 opened this issue 7 months ago • 0 comments

🐞 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

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

ikumar200 avatar Jul 09 '25 05:07 ikumar200