Skip to content

fix(detectors): Render list _after_ visualisation#104681

Merged
evanpurkhiser merged 1 commit intomasterfrom
evanpurkhiser/fix-detectors-render-list-after-visualisation
Dec 10, 2025
Merged

fix(detectors): Render list _after_ visualisation#104681
evanpurkhiser merged 1 commit intomasterfrom
evanpurkhiser/fix-detectors-render-list-after-visualisation

Conversation

@evanpurkhiser
Copy link
Copy Markdown
Member

As it is right now, rendering the PositionedGridLineOverlay at the end
of the list causes the :last-child to incorrectly target the grid line
overlay, instead of the last row in the list.

Before

clipboard.png

After

clipboard.png

As it is right now, rendering the PositionedGridLineOverlay at the end
of the list causes the `:last-child` to incorrectly target the grid line
overlay, instead of the last row in the list.

Before

<img alt="clipboard.png" width="276" src="https://i.imgur.com/GYzGhwI.png" />

After

<img alt="clipboard.png" width="260" src="https://i.imgur.com/enV0I1H.png" />
@evanpurkhiser evanpurkhiser requested a review from a team as a code owner December 10, 2025 17:17
@evanpurkhiser evanpurkhiser requested a review from a team December 10, 2025 17:17
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Dec 10, 2025
@evanpurkhiser evanpurkhiser enabled auto-merge (squash) December 10, 2025 17:18
@evanpurkhiser evanpurkhiser merged commit 7fb46e0 into master Dec 10, 2025
48 checks passed
@evanpurkhiser evanpurkhiser deleted the evanpurkhiser/fix-detectors-render-list-after-visualisation branch December 10, 2025 17:28
@github-actions github-actions bot locked and limited conversation to collaborators Dec 26, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants