zyra / ionic-tooltips-example

Example project for ionic-tooltips module
9 stars 5 forks source link

Tooltip on modal #2

Open GrandSchtroumpf opened 6 years ago

GrandSchtroumpf commented 6 years ago

Hello, When I use the tooltip on a modal it appears under the modal, so I cannot see it. I think z-index should be higher...

vnykSJ commented 6 years ago

Same issue, I am trying Tooltips on modal window, but its not displaying... Any solution???

ghost commented 5 years ago

It is working by increasing the z-index for the tool-tip.

sayinserdar commented 5 years ago

For those who couldn't find the element to increase z-index, in the current version it's tooltip-box. Make sure that your tooltip-box element has greater z-index than your modal.