Skip to content

Pending placeholder is above the row index column #23

@severo

Description

@severo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions