The mega-menu in firefox acts jittery (not present in chrome or edge). It seems like the hover effect is applied on the total menu instead of only on the relevant
Issue with mega-menu in firefox
1 reply · opened Dec 4, 2020
DDavegdrDec 4, 2020
SSemicolon WebSTAFFDec 4, 2020
Hello,
This is a Browser Issue with Firefox when using CSS3 Transitions on Absolutely Positioned Elements. You can consider using the following code:
[ch_pre].sub-menu-container .menu-link {
will-change: transform;
}[/ch_pre]
But this might be expensive on some browsers and also the Texts might get affected in some browsers.
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard