[
https://issues.apache.org/jira/browse/AIRFLOW-3421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16782147#comment-16782147
]
Felix Uellendall commented on AIRFLOW-3421:
-------------------------------------------
[~msadityan] Hey, can you check if this gets fixed for you when you
change
{code:css}
#svg_container {
// overflow: scroll;
}
{code}
to
{code:css}
#svg_container {
overflow: scroll;
}
{code}
You can find it in the tree.cs file, but you can also change it in the web
console of your browser. Just change the svg_container overflow to scroll.
I noticed this kind of behaviour you mentioned also when you display a huge
amount of dag runs.
> CSS issue on Airflow 1.10 Tree view UI
> --------------------------------------
>
> Key: AIRFLOW-3421
> URL: https://issues.apache.org/jira/browse/AIRFLOW-3421
> Project: Apache Airflow
> Issue Type: Bug
> Components: webserver
> Affects Versions: 1.10.0, 1.10.1
> Reporter: Adityan
> Priority: Minor
> Labels: beginner
> Attachments: Screen Shot 2018-11-07 at 1.27.05 PM.png
>
>
> 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. In the
> screenshot attached, 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 webserver_config.py 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.
>
> *NOTE: This issue only happens with rbac is set to True in airflow.cfg. If
> you turn off rbac, then this issue doesn't occur. Also, the dag needs to be
> sufficiently large (vertically) so that you need to scroll with your mouse
> for this issue to occur.*
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)