From 385460afc8a30b742939b886392f7ce22d001de9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E4=BA=91=E8=8B=8D=E7=8B=97?= Date: Wed, 8 Nov 2023 18:04:35 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E5=8A=A8=E7=94=BB=E4=BA=8B=E4=BB=B6=E7=A9=BF?= =?UTF-8?q?=E9=80=8F=20#105?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../source/css/_components/base.less | 23 +++++++++---------- 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/packages/hexo-theme-async/source/css/_components/base.less b/packages/hexo-theme-async/source/css/_components/base.less index 1e422d4..6e10740 100644 --- a/packages/hexo-theme-async/source/css/_components/base.less +++ b/packages/hexo-theme-async/source/css/_components/base.less @@ -183,6 +183,7 @@ html { opacity: 1; transition-delay: 0s; pointer-events: all; + z-index: 100; } .trm-swup-animation { @@ -269,17 +270,15 @@ html { @marginKey: 10, 15, 20, 25, 30, 35, 40; each(@marginKey, { - .trm-p-@{value} { - padding: unit(@value, px) !important; - } - - .trm-mb-@{value} { - margin-bottom: unit(@value, px); - } + .trm-p-@{value} { + padding: unit(@value, px) !important; + } - .trm-mt-@{value} { - margin-top: unit(@value, px); - } - } + .trm-mb-@{value} { + margin-bottom: unit(@value, px); + } -); + .trm-mt-@{value} { + margin-top: unit(@value, px); + } +});