Disable scroll clipping for tvOS video listing grids

Allows focus-scaled cards to render past scroll view bounds on History,
Bookmarks, Search, and Instance browse screens.
This commit is contained in:
Arkadiusz Fal
2026-04-17 07:02:15 +02:00
parent a0015086a2
commit 6eec42241d
4 changed files with 8 additions and 0 deletions

View File

@@ -227,6 +227,7 @@ struct InstanceBrowseView: View {
}
}
}
.scrollClipDisabled()
.refreshable {
await startContentLoad(forceRefresh: true)
}