Fix z-index issue with button on action=history page

When opening/closing the main navigation, the large blue button
on the action=history page is visible above the opaque page content.

This changes the z-index when the main navigation is enabled.

Bug: T219895
Change-Id: I724c2419800a4aec0b55b18be920d8bf7e47fa60
This commit is contained in:
Jan Drewniak 2019-05-27 16:48:09 +02:00
parent cc92cb47e2
commit 650198b7bb
2 changed files with 2 additions and 1 deletions

View File

@ -140,6 +140,7 @@
.transparent-shield {
background: @semiTransparent;
z-index: @z-indexAboveContent;
opacity: 0.5;
.transition( opacity 0.25s ease-in-out );
}

View File

@ -128,7 +128,7 @@
position: -webkit-sticky;
top: 0;
background: @skinContentBgColor;
z-index: @z-indexOverlay;
z-index: @z-indexAboveContent;
// "Compare selected revisions" button
.mw-history-compareselectedversions-button {