From 16642b2639aa65550976f9cc1975f8fc9a275520 Mon Sep 17 00:00:00 2001 From: Miykael_xxm Date: Tue, 13 Jul 2021 11:03:57 +0800 Subject: [PATCH] fix toolbar index --- themes/simple-blog/static/css/custom.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/themes/simple-blog/static/css/custom.css b/themes/simple-blog/static/css/custom.css index 4654b50..bb50dd3 100644 --- a/themes/simple-blog/static/css/custom.css +++ b/themes/simple-blog/static/css/custom.css @@ -58,4 +58,7 @@ color: #006aff; text-decoration: none } - \ No newline at end of file + + #csdn-toolbar { + z-index: 999; + } \ No newline at end of file -- GitLab