From 98961d9465dc961f92e1a2a831c5541c94c100cd Mon Sep 17 00:00:00 2001 From: Alf Eaton Date: Thu, 20 Apr 2023 13:34:06 +0100 Subject: [PATCH] Merge pull request #12719 from overleaf/ae-navbar Restore z-index of .navbar-main GitOrigin-RevId: f25b462227beaee483199043a97206ccdedfe1c0 --- services/web/frontend/stylesheets/components/navbar.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/frontend/stylesheets/components/navbar.less b/services/web/frontend/stylesheets/components/navbar.less index 7e5e14a52b..c0db55cd73 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: 9999; + z-index: 1; .container-fluid > .navbar-collapse { // High specificity needed to override Bootstrap's default. margin: 10px 0 0;