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:
parent
99f4016eb3
commit
380b60e571
@ -17,7 +17,7 @@
|
||||
} = $props();
|
||||
</script>
|
||||
|
||||
<Dialog.Portal {...portalProps}>
|
||||
<Dialog.Portal class="absolute" {...portalProps}>
|
||||
<Dialog.Overlay />
|
||||
<DialogPrimitive.Content
|
||||
bind:ref
|
||||
|
Loading…
x
Reference in New Issue
Block a user