Skip to content

Commit

Permalink
[FIXED JENKINS-28864] Impossible to scroll down Credentials window wh…
Browse files Browse the repository at this point in the history
…en opened in a small vertical height window
  • Loading branch information
stephenc committed May 23, 2016
1 parent db3664c commit 6aa38ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Expand Up @@ -30,7 +30,7 @@
<l:icon class="${it.iconClassName} icon-xlg"/> ${it.description}: ${it.displayName}
</h2>
</div>
<div class="bd" style="overflow-y: auto">
<div class="bd">
<h3>
<l:icon class="icon-credentials-new-credential icon-md"/>
${%Add Credentials}
Expand Down
4 changes: 3 additions & 1 deletion src/main/resources/lib/credentials/select/select.css
@@ -1,2 +1,4 @@
select.credentials-select { width: auto; vertical-align: top; }
div.credentials-select-content-inactive { display:none; }
div.credentials-select-content-inactive { display:none; }
div#credentialsDialog {overflow-y: scroll;}
body.masked {overflow-y: hidden;}

0 comments on commit 6aa38ce

Please sign in to comment.