mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00:00
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
This commit is contained in:
parent
3c067ba8bd
commit
c3a07264e4
@ -59,7 +59,7 @@ pre, code {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace;}
|
|||||||
display: none;
|
display: none;
|
||||||
position:absolute;
|
position:absolute;
|
||||||
width: inherit;
|
width: inherit;
|
||||||
z-index:1;
|
z-index:45;
|
||||||
background-color:#fff;
|
background-color:#fff;
|
||||||
border-right: 1px solid #759FCF;
|
border-right: 1px solid #759FCF;
|
||||||
border-bottom: 1px solid #759FCF;
|
border-bottom: 1px solid #759FCF;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user