Fix view scrolling in both dircetions
This commit is contained in:
parent
bce739614e
commit
c541123d61
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue