Skip to content

Commit

Permalink
Merge branch 'dominik/ntp-search-bar' into dominik/ntp-search-bar-shi…
Browse files Browse the repository at this point in the history
…p-review
  • Loading branch information
ayoy committed Oct 18, 2024
2 parents 53bf4bf + 01fb6c7 commit f1d90dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DuckDuckGo/HomePage/View/HomePageView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ fileprivate extension HomePage.Views.RootView {
Spacer()
.layoutPriority(1)
}
.frame(width: Self.targetWidth)
}
.frame(width: Self.targetWidth, height: max(geometry.size.height, totalHeight(with: geometry)))
.frame(maxWidth: .infinity)
Expand Down

0 comments on commit f1d90dc

Please sign in to comment.