angular-tooltips
angular-tooltips copied to clipboard
Using tooltip-append-to-body cuts text off
A screenshot is worth a thousand words:
Setup:
<div tooltips tooltip-append-to-body="true" tooltip-template="Autoplay slides"></div>
I am getting same issue any fixes?
+1
Any ideas on how to fix this?
Seems like there is some javascript magic going on that sets the height on the element, preventing the normal layout to do its thing.
I fixed it using css:
tip { height: auto !important; }