From c541123d614292713aef163b9bfb6ed7477f495d Mon Sep 17 00:00:00 2001 From: Aiden Vigue Date: Sat, 22 May 2021 21:32:06 -0400 Subject: [PATCH] Fix view scrolling in both dircetions --- JellyfinPlayer/ContinueWatchingView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JellyfinPlayer/ContinueWatchingView.swift b/JellyfinPlayer/ContinueWatchingView.swift index 9a42dd88..c1665f35 100644 --- a/JellyfinPlayer/ContinueWatchingView.swift +++ b/JellyfinPlayer/ContinueWatchingView.swift @@ -178,7 +178,7 @@ struct ContinueWatchingView: View { } Spacer().frame(width:14) } - } + }.frame(height: 200) } .frame(height: 200) .padding(.bottom, 10)