Change from pointer-events to make transparent div not interactive, to invisible and visible everywhere

This commit is contained in:
2025-03-26 18:06:44 +01:00
parent 63d76accff
commit e994430d28
7 changed files with 9 additions and 9 deletions

View File

@@ -15,7 +15,7 @@
</script>
{#if show}
<div class="fixed inset-0 h-screen w-screen z-20 pointer-events-auto flex flex-col justify-end items-center">
<div class="visible fixed inset-0 h-screen w-screen z-20 pointer-events-auto flex flex-col justify-end items-center">
<button type="button" class="bg-base-100/50 w-full grow z-20"
transition:fade={{duration:200}}
onclick={closeOverlay}