[
https://issues.jenkins-ci.org/browse/JENKINS-13070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=160277#comment-160277
]
Christian Weiske edited comment on JENKINS-13070 at 3/15/12 9:02 AM:
---------------------------------------------------------------------
The div needs to get the following style:
{code}
div {
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
z-index: 0;
padding-top: 3em;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
{code}
was (Author: cweiske_nr):
The div needs to get the following style:
{code}
div {
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
z-index: 0;
padding-top: 3em;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
{code}
> Scrollbar in HTML publisher due to 100% height on div/iframe
> ------------------------------------------------------------
>
> Key: JENKINS-13070
> URL: https://issues.jenkins-ci.org/browse/JENKINS-13070
> Project: Jenkins
> Issue Type: Bug
> Components: htmlpublisher
> Reporter: Christian Weiske
> Priority: Minor
> Attachments: 2012-03-14 jenkins html publisher scrollbar.png
>
>
> The HTML publisher embeds the to-be published documents in an iframe below
> the "Back to <project>" link. The iframe and the div around it have 100%
> height, which *always* cause a scrollbar to appear, even when it's not needed.
> See the screenshot for an example.
> I think the 100% height of the div needs to be removed.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira