Let me describe the problem in details:
I want to show an absolute positioned div when hovering over an element. That\'s really simple with jQuery and works just fin
I resolved this problem by adding pointer-events: none; on my child elements css
pointer-events: none;