doc(site) make footer's z-index less than back-top's z-index (#5692)
parent
033e55af5d
commit
c87ecd7ffc
|
@ -7,7 +7,7 @@
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 100;
|
z-index: 8;
|
||||||
margin-left: -1px;
|
margin-left: -1px;
|
||||||
color: rgba(255, 255, 255, 0.65);
|
color: rgba(255, 255, 255, 0.65);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue