79523225

Date: 2025-03-20 14:22:52
Score: 0.5
Natty:
Report link

Look like there is issue with z-index

First add z-inde here

#navbar {
  overflow: hidden;
  position: sticky;
  top: 0;
  z-index: 1000;
  background: white;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

second put carousel container less z-index, likely be z-index: 1;

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Kamran Khalid