ManageIQ / manageiq.org

Website for the ManageIQ Management Platform
http://manageiq.org
23 stars 103 forks source link

Documentation web site issue: Problem with ManageIQ documentation search #1186

Open borazem opened 3 weeks ago

borazem commented 3 weeks ago

Hi when I search the documentation for, let say a "Dashboard" string, which is a part of header on the following web page: https://www.manageiq.org/docs/reference/latest/monitoring_alerts_and_reporting/ , I got an empty results like on the following picture:

non-working-search

The search works fine from the top documentation site: https://www.manageiq.org/docs/

working-search

However, later I figured out where is the reason for not seeing the search results. The result page have been opened far down on nthe page, so if you scroll down you could see the result window. On different sites the search result window is places differently low on the page.

non-working-scrolled-search

Thank you Benjamin

Fryguy commented 3 weeks ago

It looks like the div is vertically centering itself within the content instead of being relative to the top of the content. Thanks for ths bug report!