Allow view to manage sizing to prevent selected node view

from getting pushed off bottom of screen
This commit is contained in:
Brent Petit 2024-11-16 09:55:03 -06:00
parent 7f238d0b13
commit c66eac3f48

View file

@ -72,7 +72,6 @@ struct TraceRouteLog: View {
}
.listStyle(.plain)
}
.frame(minHeight: CGFloat((node.traceRoutes?.count ?? 0) * 40), maxHeight: 250)
Divider()
ScrollView {
if selectedRoute != nil {