I am trying to achieve a Sidebar with Tooltip attach to its <li> elements like this:
Screenshot - Good Tooltip
But whenever I scroll down to the bottom of the sidebar, The Tooltip position is breaking and is not sticking to its <li> element: Screenshot - Bad Tooltip.
Here is the : JSFiddle.
Your Idea and Suggestion would be really appreciated. Thank You!
UPDATE: So, I've followed the advice from the comment and used the scrollbar height to adjust the Tooltip position using JS. Here's the updated JSfiddle.