Can't seem to get my dropdown menu on the right to work when hovered. I feel like I must be missing something really simple, but I can't figure it out! When I use .vanish:hover .dropdown, it's not quite hitting the mark. What am I doing wrong?
.vanish:hover .dropdown {
display: flex;
flex-direction: column;
position: absolute;
left: -10px;
top: -10px;
background-color: #dcf1f2;
border-radius: 10px;
}