From 56c00d1ce3369641d5d744130a6018b30bcdba73 Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Tue, 17 May 2016 10:14:09 +0100 Subject: Increased zindex of layout nav This fixes issues where group inputs would be above the dropdown in the nav Closes #17524 --- app/assets/stylesheets/framework/nav.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/framework/nav.scss b/app/assets/stylesheets/framework/nav.scss index c70be58f48f..cb4ddac179e 100644 --- a/app/assets/stylesheets/framework/nav.scss +++ b/app/assets/stylesheets/framework/nav.scss @@ -196,7 +196,7 @@ position: fixed; top: $header-height; width: 100%; - z-index: 3; + z-index: 11; background: $background-color; border-bottom: 1px solid $border-color; transition-duration: .3s; -- cgit v1.2.1