Hi, After upgrading to airflow 1.10, hovering the mouse over the rectangles in tree view, causes the tooltip to popup much higher than it used to be. Any quick fix for this behavior? In the screenshot, the right lowermost rectangle is the one that is being hovered over.
Once you scroll down on the tree view, the tooltip starts floating up. Things I have tried to fix this behavior: 1. Change the css themes in airflow.cfg and restart the web server 2. Inspected the tooltip in Chrome, it seems to be a dynamically generated CSS class. The CSS class controlling this behavior seem to be the same in Airflow 1.9. Has anyone else run into this issue? Thanks!