From 5ff575e3e53c4f4939ac624ffba6938a48c0679b Mon Sep 17 00:00:00 2001 From: Rebeka Date: Wed, 19 Apr 2023 11:37:59 +0200 Subject: [PATCH] fix: when collapsing the navbar, do not overlap it with other elements, for example with the tooltip GitOrigin-RevId: 2db133ce8399c46b620a3a594fc415244c7d9788 --- 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 c0db55cd73..7e5e14a52b 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: 1; + z-index: 9999; .container-fluid > .navbar-collapse { // High specificity needed to override Bootstrap's default. margin: 10px 0 0;