Tooltip positioning breaks when positioning scheduler

I’m trying to add a side panel to the scheduler to add filters. Problem is that when I try to add float:left to the scheduler div the tooltips end up below the page.

#scheduler_here {
  float: left;
}

I’m assuming that the positioning code of the tooltip breaks because of this in some way, but can’t understand how and why.

Just use separate divs. Enclose the scheduler in one, while your side panel in another. It should work.

Here’s a screenshot of mine with the tooltip positioning working as expected: