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

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -