You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
Not sure if this is a real bug or not, but on the project I am working on, the tooltip/popover position is wrong when appendToBody is set to true, the position = $position.position( element ); returns the offset relative to the parent of the tooltip triggering element, not the body, it seems to be fixed by setting position = $position.offset( element ); when the appendToBody option is true