css - Floating Image Interrupts Hover -


i having issue image interrupting hover state. have menu mega menu drop down wordpress. have company's logo z-indexed above menu covers part of top menu , part of drop down menu. when mouse scrolls on z-indexed logo, breaks hover state , closes drop down menu. there way make image not register on hover?

you can add

  pointer-events: none; 

to .top-menu-logo. works in modern browsers not necessarly html structure recommend.


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -