Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Footer floating over content (tables) #1025

Open
Marwe opened this issue Aug 24, 2022 · 0 comments
Open

Footer floating over content (tables) #1025

Marwe opened this issue Aug 24, 2022 · 0 comments

Comments

@Marwe
Copy link

Marwe commented Aug 24, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant