There is such a drop-down menu that needs to be implemented using "triangle-pointers". These pointers are made using the :before and :after pseudo-elements, which are applied to each sub-menu block (a total of 3 sub-menu blocks).
There is the following problem:
- I hover the mouse on the "catalog".
- The 1st level submenu falls out ("bedroom furniture", etc. - see picture).
- To go to this submenu with a mouse, I need to move it through the pointer-triangle.
- if you move the cursor not through the pointer, but through the space between the "directory" and the submenu, then the submenu disappears.
Is there a solution to the problem in which by hovering the cursor on the "product catalog" and moving the mouse down not through a triangular pointer, the submenu does not disappear?
