cms
cms copied to clipboard
Fix: Ensure CheckCircle2 respects navbar z-index on scroll
PR Fixes:
- 1 Adjusted the
z-indexof the navbar in courseView.tsx to 20 to ensure it stays above all card components, including theCheckCircle2icon. - 2 Fixed stacking context issues causing the
CheckCircle2icon to overlap the navbar when scrolling.
Resolves #1716
Checklist before requesting a review
- [x] I have performed a self-review of my code