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.
1 parent d61ee77 commit d52ca51Copy full SHA for d52ca51
1 file changed
src/lib/components/Dialog.svelte
@@ -7,7 +7,7 @@
7
{#if toRender}
8
<div class="top-0 z-[100] fixed w-screen h-screen flex flex-col items-center justify-center transition-all"
9
transition:fade="{{ duration: 300, easing: cubicInOut }}"
10
- style:padding-bottom={Math.max(10, keyboard.height - 20) + 'px'}>
+ style:padding-bottom={Math.max(0, keyboard.height - 20) + 'px'}>
11
<button class="absolute w-full h-full bg-black/40 -z-10"
12
onclick={() => toRender.dismiss() }
13
aria-label="Dismiss dialog"
0 commit comments