]> source.dussan.org Git - redmine.git/commitdiff
Setting z-index of project menu drop down to 45, above context menus, below modals...
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 18 Nov 2016 08:23:34 +0000 (08:23 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 18 Nov 2016 08:23:34 +0000 (08:23 +0000)
Patch by Jan Schulz-Hofen.

git-svn-id: http://svn.redmine.org/redmine/trunk@15954 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index 0e7a8ac91a5fb321fd0d4df0cf40207593066c94..f2abd1ac052aa755b706d3b9f7a3fc249e552fa6 100644 (file)
@@ -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;