/* Makes dropdown menu adjust to fit the height of content */
.desktopNavigation .dropdown>.inner-sleeve {
    height: 100%;
    overflow: hidden;
}