Created by: ericmatthys
Tooltips associated with fixed elements must account for scroll position. If the tooltip-position is set to fixed, adjust the position of the tooltip and add a "tooltip-fixed" class to the tooltip, which has a position: fixed style.
<a href="#" rel="tooltip" data-tooltip-position="fixed" title="Another tooltip"></a>