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

[indexTable] interactives elements located in the same cell as indexTable-body-row-cell-link can't be used #3201

Open
BertrandPodevin opened this issue Nov 8, 2024 · 1 comment

Comments

@BertrandPodevin
Copy link
Contributor

If an interactive element like a link or a tooltip (button seems to be unafected) is put in the cell that contain an indexTable-body-row-cell-link, it will be below the link extended click zone and therefore can't be used.

A potential fix to this seems to be :

.indexTable-body-row-cell-link::after {
[...]
    z-index: -1;
}
@arnaudoisel
Copy link

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

2 participants