/* This force-hides the dropdown even when hovering */ .dropdown-content { display: none !important; opacity: 0 !important; visibility: hidden !important; } /* Optional: Remove the hover bridge so there's no dead space */ .dropdown::after { display: none !important; }