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

View File

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