From 86a66647a7a3ee926772bdc055b089e4e4c8447f Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Thu, 3 Aug 2017 16:23:04 +0100 Subject: Increase the z-index of the navbar Closes #35935 --- app/assets/stylesheets/framework/header.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/framework/header.scss b/app/assets/stylesheets/framework/header.scss index 1c4238bc564..15de46dc5a9 100644 --- a/app/assets/stylesheets/framework/header.scss +++ b/app/assets/stylesheets/framework/header.scss @@ -24,7 +24,7 @@ header { &.navbar-gitlab { padding: 0 16px; - z-index: 400; + z-index: 2000; margin-bottom: 0; min-height: $header-height; background-color: $gray-light; -- cgit v1.2.1