From 4aef8c87e745fcb724498433f4945761dfe4be55 Mon Sep 17 00:00:00 2001 From: Jan Schulz-Hofen Date: Wed, 26 Oct 2016 14:00:49 +0200 Subject: [PATCH] setting z-index of project menu drop down to 45, above context menus, below modals --- public/stylesheets/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 94edf64..f13047e 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -59,7 +59,7 @@ pre, code {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace;} display: none; position:absolute; width: inherit; - z-index:1; + z-index:45; background-color:#fff; border-right: 1px solid #759FCF; border-bottom: 1px solid #759FCF; -- 2.7.2