Update z-index of main header

Because of the sticky section headers in the change list view, the main
header z-index has to be increased to be greater than 1 so that the
dropdowns appear on top of the sticky headers.

Bug: Issue 8512
Change-Id: I7fad70047ae08bf599f38d67bba6266845134c28
This commit is contained in:
Becky Siegel
2018-03-09 11:07:51 -08:00
committed by beckysiegel
parent 2835897d77
commit 3106bc3e2c

View File

@@ -86,8 +86,9 @@ limitations under the License.
background-color: var(--header-background-color);
padding: 0 var(--default-horizontal-margin);
position: sticky;
/* Needed for the menu dropdowns to display */
z-index: 1;
/* Needed for the menu dropdowns to display on top of the sticky
headers with z-index of 1.*/
z-index: 2;
}
footer {
/* The combination of left, width, position allow this to be