fusioninventory / fusioninventory-agent

FusionInventory Agent

Home Page:http://fusioninventory.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Footer floating over content (tables)

Marwe opened this issue · comments

commented

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