Adjusted zindex of navbar to be above snackbars and modals (#9873)

This commit is contained in:
Keith Holliday
2018-01-29 08:25:07 -07:00
committed by GitHub
parent ccc9e6611c
commit 94619737e8

View File

@@ -144,6 +144,7 @@ div
padding-right: 12.5px;
height: 56px;
box-shadow: 0 1px 2px 0 rgba($black, 0.24);
z-index: 1042; // To stay above snakbar notifications and modals
}
.navbar-header {