Skip to content

Commit 305c192

Browse files
committed
docs: add examples of when to use portal
1 parent 20e47d0 commit 305c192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/site/src/routes/demo/menu/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
Portal
3333
<svelte:fragment slot="subtitle">
3434
Using a svelte-portal to show a menu in a place where it normally couldn't
35-
go.
35+
go (due to DOM restrictions, hidden overflow, etc.).
3636
</svelte:fragment>
3737
</Demo>
3838

0 commit comments

Comments
 (0)