z-index arrange corrected
This commit is contained in:
parent
33010096fc
commit
9c06184844
10
style.css
10
style.css
|
@ -72,7 +72,7 @@ a:hover {
|
|||
position:absolute;
|
||||
top:-10px;
|
||||
left:0;
|
||||
z-index:10001;
|
||||
z-index:1001;
|
||||
}
|
||||
.row::after {
|
||||
width:120px;
|
||||
|
@ -83,7 +83,7 @@ a:hover {
|
|||
position:absolute;
|
||||
top:-10px;
|
||||
right:0;
|
||||
z-index:10001;
|
||||
z-index:1001;
|
||||
}
|
||||
.col-777 {
|
||||
max-width:777px;
|
||||
|
@ -126,7 +126,7 @@ a:hover {
|
|||
left:0;
|
||||
width:100%;
|
||||
background:rgba(0, 0, 0, 0.7);
|
||||
z-index:10000;
|
||||
z-index:1003;
|
||||
}
|
||||
.header ul {
|
||||
max-width:900px;
|
||||
|
@ -153,7 +153,7 @@ a:hover {
|
|||
width:100%;
|
||||
padding:6px 0;
|
||||
background:rgba(252, 212, 177, 0.7);
|
||||
z-index:10000;
|
||||
z-index:1000;
|
||||
}
|
||||
.searchbar form {
|
||||
margin:0;
|
||||
|
@ -367,7 +367,7 @@ a:hover {
|
|||
top:-10px;
|
||||
left:-16px;
|
||||
width:278px;
|
||||
z-index:1000;
|
||||
z-index:1002;
|
||||
border:1px #002b3e solid;
|
||||
border-radius:7px;
|
||||
-webkit-box-shadow:10px 10px 60px 0px rgba(0,0,0,0.75);
|
||||
|
|
Loading…
Reference in New Issue