Skip to content

Commit c87ecd7

Browse files
authored
doc(site) make footer's z-index less than back-top's z-index (#5692)
1 parent 033e55a commit c87ecd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/theme/static/footer.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
font-size: 14px;
88
background-color: #000;
99
position: relative;
10-
z-index: 100;
10+
z-index: 8;
1111
margin-left: -1px;
1212
color: rgba(255, 255, 255, 0.65);
1313

0 commit comments

Comments
 (0)