Increase z-index of full-size and navbar-main components (#7286)

GitOrigin-RevId: dec7c507f896a7775fdf71784ad60a8645b2474d
This commit is contained in:
Alf Eaton 2022-04-08 10:07:32 +01:00 committed by Copybot
parent aca889a3e0
commit ef77b23888
2 changed files with 2 additions and 1 deletions

View file

@ -51,6 +51,7 @@
bottom: 0;
left: 0;
right: 0;
z-index: 1;
}
.global-alerts {

View file

@ -84,7 +84,7 @@
}
.navbar-main {
z-index: 1;
z-index: 2;
.container-fluid > .navbar-collapse {
// High specificity needed to override Bootstrap's default.
margin: 10px 0 0;