From 0ff8559832780ea92cc54b065643b36ceb4dd7cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Alby?= Date: Tue, 12 Apr 2022 12:26:08 +0200 Subject: [PATCH] Merge pull request #7503 from overleaf/ae-revert-7286 Revert "Increase z-index of full-size and navbar-main components" GitOrigin-RevId: 4949fac2dabbb7d356fc4ced27181a90a269128e --- services/web/frontend/stylesheets/app/editor.less | 1 - services/web/frontend/stylesheets/components/navbar.less | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/services/web/frontend/stylesheets/app/editor.less b/services/web/frontend/stylesheets/app/editor.less index 58ae2a6220..4547381f40 100644 --- a/services/web/frontend/stylesheets/app/editor.less +++ b/services/web/frontend/stylesheets/app/editor.less @@ -51,7 +51,6 @@ bottom: 0; left: 0; right: 0; - z-index: 1; } .global-alerts { diff --git a/services/web/frontend/stylesheets/components/navbar.less b/services/web/frontend/stylesheets/components/navbar.less index 460e0e8685..29d03a7873 100755 --- a/services/web/frontend/stylesheets/components/navbar.less +++ b/services/web/frontend/stylesheets/components/navbar.less @@ -84,7 +84,7 @@ } .navbar-main { - z-index: 2; + z-index: 1; .container-fluid > .navbar-collapse { // High specificity needed to override Bootstrap's default. margin: 10px 0 0;