cgaspard / mantiskanban

Mantis Kanban that uses ajax and mantisconnect
45 stars 33 forks source link

tooltip always at top in Firefox #17

Closed dreed47 closed 11 years ago

dreed47 commented 11 years ago

The tooltip is always shown at the top of the page in Firefox. In Chrome it shows correctly.

 5CCBD73129100C14

cgaspard commented 11 years ago

I've seen this too. The problem is something to do in the jquery UI. So far I haven't been able to figure out what is the cause.

dreed47 commented 11 years ago

removing the position: absolute; on .realcontentcontainer in kanban.css fixed this for me.

cgaspard commented 11 years ago

worked for me too thnx.