How to fix sensitivity issues with hover drop down menu in Dawn Theme?

Hi there.

I am using Dawn Theme.

I have a drop down menu, and added the hover effect. However when I use this hover effect it is very “sensitive” in the way that sometimes before I can even press on the sub category in the drop down menu, the menu disappears.

Can someone please assist me?

Thank you :slightly_smiling_face:

Add This css In your Edit Code > Base.css File

.list-menu__item{
    line-height: 22px !important;
}
.header{
    padding-bottom:0 !important;
}