Fix SearchApp sizing issue
See #150 (closed)
!120 (merged) was the temporary fix
Currently the SearchResults
are always 90vh
. It would be better to use flexbox or similar to correctly have them use the rest of the page, and then remove the body{overflow:hidden}
that was causing those issues.