fusioninventory / fusioninventory-agent

FusionInventory Agent
http://fusioninventory.org/
GNU General Public License v2.0
253 stars 125 forks source link

Footer floating over content (tables) #1025

Open Marwe opened 1 year ago

Marwe commented 1 year ago

The table footer floats over the whole page and corresponding table (above), thereby overlays on content. The div has class="card-footer search-footer" with the css selectors:

.search_page .search-container .search-card .search-footer {
  position: sticky;
  bottom: 0;
}

Disabling position: sticky; solves the floating and the element stays below the table: maybe that should be default? Screenshot shows the overlay of the footer (the one with "20 rows/page").

Screenshot_from_2022-08-24_08-23-01