ngds / ngds-metadatabase-v4

MIT License
3 stars 1 forks source link

Do not have the search results as a separate internal frame. #2

Closed aazaff closed 3 years ago

aazaff commented 4 years ago

search_frame

The search results currently seem to be returned in an iframe that needs to be scrolled through to view all of your hits. It should not be scrollable, but should be static and fill up the page. There is plenty of room on the page for this, particularly since the facets on the left extend well below the bottom of the search-results iframe.

Also, as indicated in this picture, there may be some unintended rendering problems with the frame approach.

This was the most prominent of @hsnellen and @Lbookman's feedback.

aazaff commented 4 years ago

I recognize it is not an actual iframe. Here is the offending section. I'm not good at CSS so I don't know the best fix.

offending_section

GaryHudmanAZGS commented 4 years ago

Fixed