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:
Yuri Tatishchev 2025-01-09 20:08:49 -08:00
parent 99f4016eb3
commit 380b60e571
Signed by: CaZzzer
GPG Key ID: E0EBF441EA424369

View File

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