Fix LatestMediaView scroll in both directions
This commit is contained in:
parent
50e7d04458
commit
39ea39ca1c
|
@ -145,8 +145,8 @@ struct LatestMediaView: View {
|
||||||
Spacer().frame(width: 14)
|
Spacer().frame(width: 14)
|
||||||
}
|
}
|
||||||
Spacer().frame(width:18)
|
Spacer().frame(width:18)
|
||||||
}
|
}.frame(height: 190)
|
||||||
}.onAppear(perform: onAppear).padding(EdgeInsets(top: -2, leading: 0, bottom: 0, trailing: 0))
|
}.onAppear(perform: onAppear).padding(EdgeInsets(top: -2, leading: 0, bottom: 0, trailing: 0)).frame(height: 190)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue