Created by: ericmatthys
Tooltips associated with fixed elements must account for scroll position.
The developer is still responsible for making sure the tooltip itself is fixed. This can be done by passing in a different template for fixed tooltips, such as:
<div class="tooltip tooltip-fixed"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>