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;
|
padding: 0 20px;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
text-transform:uppercase;
|
text-transform:uppercase;
|
||||||
border-bottom: 2px solid transparent;
|
border-bottom: 2px solid transparent;
|
||||||
color: #858999;
|
color: #858999;
|
||||||
font-size:13px;
|
font-size:13px;
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus,
|
&:focus,
|
||||||
|
|
@ -74,19 +74,19 @@ HEADER {
|
||||||
.user-toggle {
|
.user-toggle {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 4;
|
z-index: 1001; /* These have to be > 990 for bootstrap on touch devices */
|
||||||
}
|
}
|
||||||
|
|
||||||
.project-menu {
|
.project-menu {
|
||||||
margin-top: -13px;
|
margin-top: -13px;
|
||||||
z-index: 3;
|
z-index: 1000; /* These have to be > 990 for bootstrap on touch devices */
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-menu {
|
.user-menu {
|
||||||
margin-top: -13px;
|
margin-top: -13px;
|
||||||
z-index: 3;
|
z-index: 1000; /* These have to be > 990 for bootstrap on touch devices */
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue