Skip to content

Commit

Permalink
[Fix JENKINS-13195] New Breadcrumb bar covers search suggestions
Browse files Browse the repository at this point in the history
Adjust z-index for #search-box-completion to appear over the breadcrumb
  • Loading branch information
Vincent Latombe committed Mar 22, 2012
1 parent 5b5743c commit 3c5d7cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.html
Expand Up @@ -55,6 +55,9 @@
<!-- Record your changes in the trunk here. -->
<div id="trunk" style="display:none"><!--=TRUNK-BEGIN=-->
<ul class=image>
<li class=bug>
New Breadcrumb bar covers search suggestions
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-13195">issue 13195</a>)
<li class=bug>
Fixed a log rotation portability problem on RedHat RPM package.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-5784">issue 5784</a>)
Expand Down
2 changes: 1 addition & 1 deletion war/src/main/webapp/css/style.css
Expand Up @@ -877,7 +877,7 @@ DIV.yahooTree td {
text-align: left;
width:25em;
position: absolute;
z-index: 999;
z-index: 1000;
}

#search-box-completion .yui-ac-content {
Expand Down

0 comments on commit 3c5d7cc

Please sign in to comment.