lib/components/ui: set dialog portal position to absolute

This prevents the dimensionless portal div from being treated as a flex item and creating extra gaps below the footer.
This commit is contained in:
2025-01-09 20:08:49 -08:00
parent 99f4016eb3
commit 380b60e571

View File

@@ -17,7 +17,7 @@
} = $props();
</script>
<Dialog.Portal {...portalProps}>
<Dialog.Portal class="absolute" {...portalProps}>
<Dialog.Overlay />
<DialogPrimitive.Content
bind:ref