Same issue here. We patched the main.jelly file to get it working:
Location:
WEB-INF/classes/hudson/model/RadiatorView/main.jelly

From:

<div class="dashboard"
                                style="${dashStyle} overflow: hidden; left:
                                0px; top: 0px; position: absolute; height: 100%; width: 100%; z-index: 65535">

To:

<div class="dashboard"
                                style="${dashStyle} overflow: hidden; left:
                                0px; top: 0px; position: absolute; height: 95vh; width: 100vw; z-index: 65535">

Not perfect, but it works as a quick fix.
Regarding vh/vw: Modern browser will understand the new viewport values vh and vw.
see: http://dev.w3.org/csswg/css-values/#viewport-relative-lengths

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to