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

Pending placeholder is above the row index column #23

Open
severo opened this issue Jan 10, 2025 · 0 comments
Open

Pending placeholder is above the row index column #23

severo opened this issue Jan 10, 2025 · 0 comments

Comments

@severo
Copy link
Contributor

severo commented Jan 10, 2025

When the rows are being loaded, and if you scroll to the right, the loading placeholder is drawn above the leftmost cell.

Screenshot From 2025-01-10 10-50-57

It's due to

position: relative;

Two ideas:

  • use z-index: -1 on td.pending so that it's drawn below the left cell
  • change the markup a bit with a div wrapper around the absolute element. Not sure if it's doable in CSS only with content.
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