Merge "Change z-index of page-issues read-more link"

This commit is contained in:
jenkins-bot 2019-02-08 23:10:28 +00:00 committed by Gerrit Code Review
commit 6b22dc3906
2 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,7 @@ table.ambox {
position: absolute;
right: @amboxPadding;
bottom: @amboxPadding;
z-index: 1;
z-index: @z-indexBase;
line-height: @contentLineHeight; // sets height for fade & aligns "learn more" to ambox text.
/* creates a fade under the "learn more" button to avoid overlapping text. */

View File

@ -29,7 +29,7 @@
&-affixed {
position: fixed;
z-index: 2;
z-index: @z-indexOverOverlay;
top: 0;
background-color: @skinContentBgColor;
padding-top: 0.5em;