This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
The following commit(s) were added to refs/heads/main by this push:
new 54dec0b fix footer z-index (#285)
54dec0b is described below
commit 54dec0bddf9dfa9655637f24b5881c72cc1b8129
Author: CritasWang <[email protected]>
AuthorDate: Mon Jul 29 16:46:56 2024 +0800
fix footer z-index (#285)
---
src/.vuepress/styles/index.scss | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/.vuepress/styles/index.scss b/src/.vuepress/styles/index.scss
index b452898..3b3ad8e 100644
--- a/src/.vuepress/styles/index.scss
+++ b/src/.vuepress/styles/index.scss
@@ -74,4 +74,8 @@ h1, h2, h3, h4, h5, h6 {
// }
.page-pageview-info {
display: none !important;
+}
+
+footer {
+ z-index: 999;
}
\ No newline at end of file