My goal is to create a Sidebar with Tooltip attached to its <li>
elements similar to this example:
Screenshot - Good Tooltip
However, I am facing an issue where the position of the Tooltip breaks when scrolling to the bottom of the sidebar, causing it not to stick to its respective <li>
element: Screenshot - Bad Tooltip.
You can view the code on JSFiddle.
I would greatly appreciate any ideas or suggestions. Thank you!
UPDATE: After receiving feedback in the comments, I have implemented using scrollbar height to adjust the Tooltip position using JS. You can see the updated version on JSFiddle.