mirror of https://github.com/rancher/ui.git
z-index fight (rancherio/rancher#1063)
This commit is contained in:
parent
5bc87f83b3
commit
65c47a0879
|
|
@ -15,10 +15,10 @@ HEADER {
|
|||
padding: 0 20px;
|
||||
vertical-align: top;
|
||||
font-weight: normal;
|
||||
text-transform:uppercase;
|
||||
text-transform:uppercase;
|
||||
border-bottom: 2px solid transparent;
|
||||
color: #858999;
|
||||
font-size:13px;
|
||||
font-size:13px;
|
||||
|
||||
&:hover,
|
||||
&:focus,
|
||||
|
|
@ -74,19 +74,19 @@ HEADER {
|
|||
.user-toggle {
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
z-index: 4;
|
||||
z-index: 1001; /* These have to be > 990 for bootstrap on touch devices */
|
||||
}
|
||||
|
||||
.project-menu {
|
||||
margin-top: -13px;
|
||||
z-index: 3;
|
||||
z-index: 1000; /* These have to be > 990 for bootstrap on touch devices */
|
||||
padding-top: 0;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.user-menu {
|
||||
margin-top: -13px;
|
||||
z-index: 3;
|
||||
z-index: 1000; /* These have to be > 990 for bootstrap on touch devices */
|
||||
padding-top: 0;
|
||||
width: 250px;
|
||||
border-radius: 5px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue