You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: