plugins/overview: Don't close effect when clicking on search bar
In the overview plugin, the tap handler of mainBackground handles clicks on the search bar as if the transformations weren't there.
Moving the tap handler inside backgroundArea seems to solve the problem without affecting anything else.