79649989

Date: 2025-06-02 16:19:53
Score: 1
Natty:
Report link

your dropdown appears too high because top: 100% positions it right below the .nav-link and not full navbar.try to apply this change over there.

.dropdown-menu-horizontal { top: calc(100% + 10px); /* Push it 10px below the navbar */ }

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Kashish Verma