From 55d3197c8fa4e3e8a16b7d18c9298ea036c5b818 Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Tue, 29 Aug 2017 11:56:37 +0100 Subject: Increase z-index of dropdowns Closes #36866, #36766 --- app/assets/stylesheets/framework/dropdowns.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss index a45d5a6dca0..1d2c258265c 100644 --- a/app/assets/stylesheets/framework/dropdowns.scss +++ b/app/assets/stylesheets/framework/dropdowns.scss @@ -189,7 +189,7 @@ width: auto; top: 100%; left: 0; - z-index: 9; + z-index: 200; min-width: 240px; max-width: 500px; margin-top: 2px; -- cgit v1.2.1