summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2016-11-18 08:23:34 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2016-11-18 08:23:34 +0000
commitc3a07264e41be04ed889cae71f39f687890741d1 (patch)
treede1c1540472a2dee7db44f65a35d7b4171c73cbb /public
parent3c067ba8bd72273a1de36795b66221e2f094e185 (diff)
downloadredmine-c3a07264e41be04ed889cae71f39f687890741d1.tar.gz
redmine-c3a07264e41be04ed889cae71f39f687890741d1.zip
Setting z-index of project menu drop down to 45, above context menus, below modals (#24000).
Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@15954 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/application.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index 0e7a8ac91..f2abd1ac0 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;