BeautyTip Dynamic Height
BeautyTip Dynamic Height
Is there a way to resize (particularly the height) the outer container or canvas of the BeautyTip when new content is dynamically added after the tip renders? The problem is that the tip needs to grow vertically when a div tag gets dynamically built with help information. The div tag is displayed when a user clicks an item inside the tip. Currently, when the div displays it pushes all other elements outside the boundary of the tip.
A couple of resolution attempts include setting the bt height to auto and playing with the overflow.