I am facing a weird issue that my menu has stopped working in chrome 66.0.3359.139
. My menu has overlay/lightbox screen for the submenu. I just noticed that user is able to click only first column's submenu and rest of the submenu items are not clickable.
My site's top menu is using pointer event as the following code, I am not sure is it the causing the issue or not. Besides, this menu was working fine before chrome's 66.0.3359.139
version update. It still working fine in Firefox and Safari.
a.disabled{
pointer-events:auto;
@media #{$medium-only, $small-only} {
pointer-events:none;
}}
Code Pen: https://codepen.io/anon/pen/rvpVxr