mirror of https://github.com/apache/cloudstack.git
Fix z-index of header bar causing overlap w/ dialogs
This commit is contained in:
parent
10d47147a6
commit
6748d19dbc
|
|
@ -2202,7 +2202,7 @@ div.detail-group.actions td {
|
|||
width: 100%;
|
||||
height: 117px;
|
||||
background: url(../images/overlay-pattern.png) repeat 0, #1B5070 url(../images/header-gradient.png) no-repeat center;
|
||||
z-index: 10000;
|
||||
z-index: 100;
|
||||
background-size: auto, cover;
|
||||
position: relative;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue