From fb8e78e630e216899a05a65ee180de9ba4fc1c5a Mon Sep 17 00:00:00 2001 From: Lex Lim Date: Wed, 9 Aug 2023 07:55:30 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=9B=E5=BB=BA=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E8=87=AA=E5=8A=A8=E8=A1=A5=E5=85=A8=E9=87=8D=E5=8F=A0?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/createPage/ext.isekai.createPage.base.less | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/modules/createPage/ext.isekai.createPage.base.less b/modules/createPage/ext.isekai.createPage.base.less index dfc2548..1fc4ff0 100644 --- a/modules/createPage/ext.isekai.createPage.base.less +++ b/modules/createPage/ext.isekai.createPage.base.less @@ -2,6 +2,8 @@ @text-size: 0.95em; .isekai-create-page { + z-index: 10; // 修复重叠问题 + &.isekai-card { overflow: visible; } @@ -30,9 +32,4 @@ } } } - - .oo-ui-menuSelectWidget { - // 修复重叠问题 - z-index: 100; - } } \ No newline at end of file