From 589fc03cdca4dc167dbbbcaf5cfc4a9c45e8293f Mon Sep 17 00:00:00 2001 From: xiaoz Date: Sun, 24 Apr 2022 23:21:04 +0800 Subject: [PATCH] fix bug --- templates/default/index.php | 2 +- templates/default/static/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/default/index.php b/templates/default/index.php index 99d06d7..2c747ab 100755 --- a/templates/default/index.php +++ b/templates/default/index.php @@ -77,7 +77,7 @@ -
+
diff --git a/templates/default/static/style.css b/templates/default/static/style.css index b076e61..90341b5 100755 --- a/templates/default/static/style.css +++ b/templates/default/static/style.css @@ -89,7 +89,7 @@ footer a{ position:fixed; right:10px; bottom:30px; - z-index:99; + z-index:1000; border-radius: 40px; /* border:1px solid red; */ }