diff --git a/Sora/Views/MediaInfoView/MediaInfoView.swift b/Sora/Views/MediaInfoView/MediaInfoView.swift index 5b335e4..7269dfe 100644 --- a/Sora/Views/MediaInfoView/MediaInfoView.swift +++ b/Sora/Views/MediaInfoView/MediaInfoView.swift @@ -273,7 +273,7 @@ struct MediaInfoView: View { } } .onAppear { - UIScrollView.appearance().bounces = true + UIScrollView.appearance().bounces = false } .ignoresSafeArea(.container, edges: .top) }