Merge pull request #7503 from overleaf/ae-revert-7286

Revert "Increase z-index of full-size and navbar-main components"

GitOrigin-RevId: 4949fac2dabbb7d356fc4ced27181a90a269128e
This commit is contained in:
Timothée Alby 2022-04-12 12:26:08 +02:00 committed by Copybot
parent 7bac47501b
commit c16762e347
2 changed files with 1 additions and 2 deletions

View file

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

View file

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