Vasilis

fix

......@@ -184,6 +184,7 @@ struct MoreForYouView: View {
}
.frame(maxWidth: .infinity, maxHeight: .infinity )
.edgesIgnoringSafeArea([.bottom])
// .frame(width:self.uiscreen.width, height:self.uiscreen.height )
}
}
......