This commit is contained in:
Francesco 2025-06-01 22:43:40 +02:00
parent ff76642b0c
commit d5259523c5

View file

@ -273,7 +273,7 @@ struct MediaInfoView: View {
}
}
.onAppear {
UIScrollView.appearance().bounces = true
UIScrollView.appearance().bounces = false
}
.ignoresSafeArea(.container, edges: .top)
}