Update style.css
wall-item-arrowphoto-wrapper z-index should not be higher than nav z-index otherwise arrow scroll above the nav area...
This commit is contained in:
parent
2323e946ee
commit
1fd4d0a605
@ -1029,7 +1029,7 @@ footer {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
left: 75px;
|
left: 75px;
|
||||||
top: 70px;
|
top: 70px;
|
||||||
z-index: 100;
|
z-index: 99;
|
||||||
}
|
}
|
||||||
.wall-item-wrapper {
|
.wall-item-wrapper {
|
||||||
/*float: left;
|
/*float: left;
|
||||||
|
Reference in New Issue
Block a user