From 0473f90cd97fdf5d4beab1ae116de5c7a58da4ca Mon Sep 17 00:00:00 2001 From: chapoi <101828855+chapoi@users.noreply.github.com> Date: Mon, 31 Mar 2025 09:33:59 +0800 Subject: [PATCH] Lower z-index of powered-by-discourse badge (#93) --- scss/misc.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/misc.scss b/scss/misc.scss index 01aabac..ae102e5 100644 --- a/scss/misc.scss +++ b/scss/misc.scss @@ -8,7 +8,7 @@ } .powered-by-discourse { - z-index: 9999; + z-index: 400; } .boxed.white {