Change from pointer-events to make transparent div not interactive, to invisible and visible everywhere
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user