htmlstreamofficial / preline

Preline UI is an open-source set of prebuilt UI components based on the utility-first Tailwind CSS framework.
https://preline.co
Other
4.61k stars 289 forks source link

Mega Menu with hover effect is flickering when trying to get cursor from link to menu #347

Closed holubar closed 4 months ago

holubar commented 5 months ago

If there is hover effect used and the themega menu is wider, like 3 column, user natuarally goes with cursor across the next link which will cause flickering of the open menu and it actually closes before the user gets to the menu. If users goes with cursor straight down, behaviour is OK.

Is there a way to prevent this?

https://preline.co/docs/mega-menu.html benzing sk - benzing sk

Bootstrap-Paradox commented 5 months ago

Hey @holubar, had this issue, there was an issue with the bounding area for the element that there was space between the Hover element and the Dropdown element.

Try removing the offset between the two elements either through padding or the Offset Options

olegpix commented 4 months ago

If there is hover effect used and the themega menu is wider, like 3 column, user natuarally goes with cursor across the next link which will cause flickering of the open menu and it actually closes before the user gets to the menu. If users goes with cursor straight down, behaviour is OK.

Is there a way to prevent this?

https://preline.co/docs/mega-menu.html benzing sk - benzing sk benzing sk - benzing sk

Hi, please, try to use and modify the example from this page https://preline.co/examples/page-pricing.html. The main idea is to change the height and position of the before: pseudo-element of the dropdown list (see screenshot).

_01