From 91c15cb94c0a09e1ab8cefbf991c796be9c9f166 Mon Sep 17 00:00:00 2001 From: Eric Mc Sween <5454374+emcsween@users.noreply.github.com> Date: Mon, 25 Aug 2025 09:02:29 -0400 Subject: [PATCH] Merge pull request #28086 from overleaf/ac-incread-mobile-nav-z-index [web] Increase the z-index of the navbar on small screens GitOrigin-RevId: 528260507937d0a1691eb41ebc69cb4926ac89c4 --- services/web/frontend/stylesheets/components/navbar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/frontend/stylesheets/components/navbar.scss b/services/web/frontend/stylesheets/components/navbar.scss index 64a77f55d8..32a0c8ef76 100644 --- a/services/web/frontend/stylesheets/components/navbar.scss +++ b/services/web/frontend/stylesheets/components/navbar.scss @@ -147,7 +147,7 @@ background-color: var(--navbar-bg); margin: 0 calc(-1 * var(--navbar-padding-h)); - z-index: 1; + z-index: 10; .navbar-nav { > li {