Clooos / Bubble-Card

Bubble Card is a minimalist card collection for Home Assistant with a nice pop-up touch.
MIT License
1.81k stars 52 forks source link

Fix: can click through backdrop #387

Closed psi-4ward closed 7 months ago

psi-4ward commented 7 months ago

Cause of pointer-events: none you can click through the backdrop and trigger underlying / hidden elements:

Screenshot_20240214_220245

Clooos commented 7 months ago

Hi and thanks! But I had to fix this issue differently because the backdrop is still present with 0 opacity when it is closed/hidden, this explains the pointer-events: none; but it was indeed not perfect for when the backdrop is visible. My fix will be available in the next release 🙂