Add modal body to some menus

This commit is contained in:
Jon Staab
2026-02-09 08:49:55 -08:00
parent c4f2f55617
commit 38d9cc4892
3 changed files with 62 additions and 54 deletions
+1 -1
View File
@@ -10,6 +10,6 @@
const {children, ...props}: Props = $props()
</script>
<div class={cx("scroll-container overflow-y-auto min-h-0 flex flex-col gap-4 p-6", props.class)}>
<div class={cx("scroll-container overflow-y-auto min-h-0 flex flex-col gap-2 p-6", props.class)}>
{@render children?.()}
</div>