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

Table rows in Chrome #199

Open
bedwar14 opened this issue Mar 3, 2015 · 1 comment
Open

Table rows in Chrome #199

bedwar14 opened this issue Mar 3, 2015 · 1 comment

Comments

@bedwar14
Copy link

bedwar14 commented Mar 3, 2015

I've run into an issue with highlighting a table row in Chrome. I suspect that it is because of the way that Chrome handles z-indexes. The expose wrapper can't sit between the table and the table row presumably because the z-index of the parent element determines which element is in front. The modal, cover and wrapper can either be in front of or behind the table, but the expose wrapper won't sit between the two. In Firefox it works as intended. If I find a workaround I'll post it here.

@bedwar14
Copy link
Author

I found that I can copy the contents into the expose wrapper and tweak the formatting enough via JQuery calls and the expose cover keeps the links from being clicked.

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

No branches or pull requests

2 participants