.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown:hover .nav__dropdown {
    display: block;
}