From e65529d1da4b442e8c6d7c099e7f5233968e4df0 Mon Sep 17 00:00:00 2001 From: eternallycyf <969475322@qq.com> Date: Sat, 11 May 2024 10:00:59 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20docs=20footer=20z-index?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/siteIndexStyle.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/siteIndexStyle.ts b/docs/siteIndexStyle.ts index 5378e7a..bdbe32a 100644 --- a/docs/siteIndexStyle.ts +++ b/docs/siteIndexStyle.ts @@ -1,7 +1,8 @@ -import { style } from 'ims-template-config'; - const defaultStyle = ` - ${style} + footer{ + position: relative; + z-index: 99; + } `; export default defaultStyle;