From 8022ff3962c1fb7477bf940d7d32591b3ee93e90 Mon Sep 17 00:00:00 2001 From: mjsoftware <1406993111@qq.com> Date: Sat, 9 Mar 2024 10:45:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=AF=84=E8=AE=BA=E6=8F=92?= =?UTF-8?q?=E4=BB=B62.0.0=E5=8F=8A=E4=BB=A5=E4=B8=8A=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E6=89=93=E5=BC=80=E8=A1=A8=E6=83=85=E9=9D=A2=E6=9D=BF=E6=97=B6?= =?UTF-8?q?=E7=9A=84=E9=81=AE=E6=8C=A1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/css/style.less | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/css/style.less b/src/css/style.less index 1c3dc78..716667e 100644 --- a/src/css/style.less +++ b/src/css/style.less @@ -21,6 +21,12 @@ -webkit-tap-highlight-color: transparent; } +//todo 强制给评论插件增加z-index +#comment-wrapper { + z-index: 9999; + position: relative; +} + .gray-mode { filter: grayscale(1) !important; } @@ -4863,6 +4869,9 @@ button.swiper-pagination-bullet { &-comment { padding: 12px 0 2px 0; display: none; + //todo 强制给评论插件增加z-index + position: relative; + z-index: 9999; } }