Bootstrap incompatible with Scheduler Tooltip

Hi,

Since I’m using Bootstrap in my project the Tooltip extension isn’t working. If I remove the Bootstrap CSS () Tooltip is working again.

Do you have some fix for that?

I’m using Bootstrap 3.1.1

Thx!

Hi, try to add following css to the page.dhtmlXTooltip.tooltip{ opacity: 1; }

It works! Thx