Skip to content

Commit f8f31d5

Browse files
authored
Merge pull request #2203 from appwrite/fix-overflow-issue
2 parents cca9229 + caf0993 commit f8f31d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/cardGrid.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</Typography.Text>
1717
{/if}
1818
</Layout.Stack>
19-
<div style:overflow="hidden">
19+
<div style:overflow="visible">
2020
<Layout.Stack {gap}>
2121
<slot name="aside" />
2222
</Layout.Stack>

0 commit comments

Comments
 (0)