Vasilis

fix

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