search results: fix odd scrolling in certain diff search scenarios
Created by: limitedmage
Repro video: https://user-images.githubusercontent.com/206864/141958053-75abb124-45c2-4361-b606-314a984e9487.mov
We calculate the size for diff results and this causes the results to change in size. But because we never scroll to them, the results never actually load. So I think the browser gets stuck trying to scroll. Changing overflow for the streaming container from visible
to hidden
seems to fix the issue.