##// END OF EJS Templates
Setting z-index of project menu drop down to 45, above context menus, below modals (#24000)....
Jean-Philippe Lang -
r15572:c3a07264e41b
parent child
Show More
@@ -59,7 +59,7 pre, code {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace;}
59 display: none;
59 display: none;
60 position:absolute;
60 position:absolute;
61 width: inherit;
61 width: inherit;
62 z-index:1;
62 z-index:45;
63 background-color:#fff;
63 background-color:#fff;
64 border-right: 1px solid #759FCF;
64 border-right: 1px solid #759FCF;
65 border-bottom: 1px solid #759FCF;
65 border-bottom: 1px solid #759FCF;
General Comments 0
You need to be logged in to leave comments. Login now