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.