[
https://issues.apache.org/jira/browse/FLINK-5359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15755623#comment-15755623
]
Eron Wright commented on FLINK-5359:
-------------------------------------
I found it a bit difficult to implement a precision fix, because the panel
doesn't have a unique id or class. The simplest fix would be to add automatic
scrollbars to all detail panels:
{code}
#details {
overflow-y: auto;
}
{code}
Consequently the canvas on the timeline view shows a needless scrollbar (tested
only on Chrome), due to its 20px bottom margin. The margin doesn't appear to
have any visible effect; consider removing it.
> Job Exceptions view doesn't scroll
> -----------------------------------
>
> Key: FLINK-5359
> URL: https://issues.apache.org/jira/browse/FLINK-5359
> Project: Flink
> Issue Type: Bug
> Components: Webfrontend
> Reporter: Eron Wright
>
> The exception information is cut off because the details panel doesn't have a
> scrollbar.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)