Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Fix #2045: Find-in Page bar regression. (#2046)
Browse files Browse the repository at this point in the history
  • Loading branch information
iccub authored and kylehickinson committed Nov 27, 2019
1 parent f10d0a8 commit d3eec0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Client/Frontend/Browser/BrowserViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1438,6 +1438,7 @@ class BrowserViewController: UIViewController {
findInPageBar.applyTheme(Theme.of(tabManager.selectedTab))

findInPageBar.snp.makeConstraints { make in
make.height.equalTo(UIConstants.ToolbarHeight)
make.edges.equalTo(alertStackView)
}

Expand Down

0 comments on commit d3eec0c

Please sign in to comment.