I have right panel, that should have qTip on each element. Area is scrollable, so lowee tips just dont fit in window. Problem demonstrated below:
If i add smart positioning to my tooltip:
position: {
viewport: $('#window')
}
I get the tooltip stay inside the window, but now it sets position automatically above or below element (instead al the left of it) and goes over clickable elements, making them unreacheble for user. Demonstrated below:
The question is: how do I make tooltip with smart positioning withing viewport (window) that keeps initial position (left)?