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 am setting a resize handler on a table element, and this works fine in Chrome, Firefox, and IE. However, on macOS Safari 10.1.1, the resize-triggers div blocks some of the table content. That is, you can see the content but you can't get click events to it.
I fixed this in my local copy of detect-element-resize by simply changing createStyles to specify z-index: -1 in the style block for resize-triggers etc. This fixed the problem, apparently without any negative consequences.
The text was updated successfully, but these errors were encountered:
I am setting a resize handler on a table element, and this works fine in Chrome, Firefox, and IE. However, on macOS Safari 10.1.1, the
resize-triggers
div blocks some of the table content. That is, you can see the content but you can't get click events to it.I fixed this in my local copy of detect-element-resize by simply changing
createStyles
to specifyz-index: -1
in the style block forresize-triggers
etc. This fixed the problem, apparently without any negative consequences.The text was updated successfully, but these errors were encountered: