I am currently working on a website that relies solely on CSS and hover states to create a drop-down menu. The issue I am encountering is that the navigation items are numerous, causing users on smaller laptops to have to scroll to see all of them. However, the problem arises when the menu disappears before reaching the bottom, almost as if a mouseout event is triggered prematurely. Is there a way to prevent this from happening without resorting to converting the menu to javascript or jQuery?