We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87c5aa2 + bc8815f commit e0752d0Copy full SHA for e0752d0
src/lib/drawer/Drawer.svelte
@@ -23,8 +23,6 @@
23
<div role="presentation" class={backdropCls({ class: backdropClass })}></div>
24
{:else if !backdrop && activateClickOutside}
25
<div role="presentation" class="fixed start-0 top-0 z-50 h-full w-full" onclick={closeDrawer}></div>
26
- {:else if !backdrop && !activateClickOutside}
27
- <div role="presentation" class="fixed start-0 top-0 z-50 h-full w-full"></div>
28
{/if}
29
<div {...restProps} class={base({ className })} transition:transition={params as ParamsType} tabindex="-1">
30
{@render children()}
0 commit comments