https://www.geoportal.hessen.de/search/
When we go inside Suche in>Info, we can see a lot of Articles.
There is a box at the end which shouldn't be the part of the page until any content is inserted into it.
Possible solution:
1) The div box could be hidden in searchCatalogue/templates/search_results.html:60
2) The div should be hidden until any content is loaded or clicked (using js)
What I have tried:
1) Added style="display: none;" in line 61 (search_results.html)
Problem
https://www.geoportal.hessen.de/search/ When we go inside Suche in>Info, we can see a lot of Articles. There is a box at the end which shouldn't be the part of the page until any content is inserted into it.
Possible solution:
1) The div box could be hidden in searchCatalogue/templates/search_results.html:60 2) The div should be hidden until any content is loaded or clicked (using js)
What I have tried: 1) Added
style="display: none;"
in line 61 (search_results.html)The change in style removes the empty box and has no negative impact in displaying the clicked content inside the box.