Fix view scrolling in both dircetions

This commit is contained in:
Aiden Vigue 2021-05-22 21:32:06 -04:00
parent bce739614e
commit c541123d61
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ struct ContinueWatchingView: View {
} }
Spacer().frame(width:14) Spacer().frame(width:14)
} }
} }.frame(height: 200)
} }
.frame(height: 200) .frame(height: 200)
.padding(.bottom, 10) .padding(.bottom, 10)