List view being pushed down as I push to another view
I’m working in this search view using swiftUI to build it. There’s a List in my view being populated by a for each, each rows takes the user to another view. But when I push another view, the back button from the navigation bar of the new view pushes the whole view down. creating a weird effect, that gives the impression of you clicking the wrong cell. Here Is the code: