mirror of
https://github.com/yattee/yattee.git
synced 2026-05-14 03:15:03 +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:
@@ -946,6 +946,7 @@ struct SearchView: View {
|
||||
gridResultsContent
|
||||
}
|
||||
}
|
||||
.scrollClipDisabled()
|
||||
.accessibilityLabel("search.results")
|
||||
.background(
|
||||
GeometryReader { geometry in
|
||||
|
||||
Reference in New Issue
Block a user