mirror of
https://github.com/yattee/yattee.git
synced 2026-05-14 11:25:02 +00:00
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:
@@ -227,6 +227,7 @@ struct InstanceBrowseView: View {
|
||||
}
|
||||
}
|
||||
}
|
||||
.scrollClipDisabled()
|
||||
.refreshable {
|
||||
await startContentLoad(forceRefresh: true)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user