From c87ecd7ffcdf56f08b82014bfdabdb3eb968ba18 Mon Sep 17 00:00:00 2001 From: sedice <33471933+sedice@users.noreply.github.com> Date: Mon, 13 Jun 2022 09:18:11 +0800 Subject: [PATCH] doc(site) make footer's z-index less than back-top's z-index (#5692) --- site/src/theme/static/footer.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/theme/static/footer.less b/site/src/theme/static/footer.less index 480764ac8..8733fd7b8 100644 --- a/site/src/theme/static/footer.less +++ b/site/src/theme/static/footer.less @@ -7,7 +7,7 @@ font-size: 14px; background-color: #000; position: relative; - z-index: 100; + z-index: 8; margin-left: -1px; color: rgba(255, 255, 255, 0.65);