diff --git a/Shared/Videos/VerticalCells.swift b/Shared/Videos/VerticalCells.swift index 7e17fbf9..96ed973c 100644 --- a/Shared/Videos/VerticalCells.swift +++ b/Shared/Videos/VerticalCells.swift @@ -25,6 +25,7 @@ struct VerticalCells: View { Color.clear.padding(.bottom, scrollViewBottomPadding) #endif } + .animation(nil) .edgesIgnoringSafeArea(.horizontal) #if os(macOS) .background(Color.secondaryBackground)