mirror of
https://github.com/yattee/yattee.git
synced 2026-05-13 02:45:03 +00:00
Prevent tvOS focus shadow from clipping between Home sections
This commit is contained in:
@@ -49,5 +49,8 @@ struct HomeHorizontalCards: View {
|
||||
.focusSection()
|
||||
#endif
|
||||
}
|
||||
#if os(tvOS)
|
||||
.scrollClipDisabled()
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user