Kevin Powell - CommunityKP-C
Kevin Powell - Community3y ago
9 replies
ME

Event doesn't work

i have a div which has a child div. something like
<div>
   <div></div>
</div>

the first div covers the second div fully,
so i want to create an event for the second div but because of the second i can't.

till now i have tried pointer-events and changing the z-index.
Was this page helpful?