From 404c0870c7bb17afbabe8aedc73fde6f9cc287d9 Mon Sep 17 00:00:00 2001 From: Spedon Date: Tue, 28 Mar 2023 18:54:48 +0800 Subject: [PATCH] modify the z index of footer --- assets/css/_partial/_footer.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/_partial/_footer.scss b/assets/css/_partial/_footer.scss index bd38e6e..62823fb 100644 --- a/assets/css/_partial/_footer.scss +++ b/assets/css/_partial/_footer.scss @@ -4,7 +4,7 @@ footer { bottom: 0; left: 0; right: 0; - z-index: 10; + z-index: 22; background-color: #fff; height: 38px; display: flex;