I\'m working on the navigation for this website and am having trouble with the dropdown nav.
Basically, I have overflow: hidden applied
overflow: hidden
try to put position:fixed on dropdown content.
.dropdown-content{ position:fixed }