html - Chrome displaying tooltip behind link -


developing plugin chrome, i've used data-tooltip links require tooltip. until 2-3 days ago, seemed working fine.

today i've discovered tooltip links inside modal display behind modal. nothing has changed in code. tested older versions of app ant still displays tooltips behind modal.

my guess chrome has changed way views tooltips. idea can fix it?

example of tooltip usage:

<div class="choose-platform" data-tooltip="googledrive">                     ... </div> 

screenshot of error i'm facing

on hover of google drive icon, tooltip appears behind modal

on hover of google drive icon, tooltip appears behind modal

it seems tooltip appended in body. try giving higher z-index modal box


Comments

Popular posts from this blog

php - Magento - Deleted Base url key -

javascript - Tooltipster plugin not firing jquery function when button or any click even occur -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -