From 3b62afe11056fbfb84718909116a35648b75b828 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=B0=8F=E6=B0=91?= Date: Thu, 21 Sep 2023 10:40:18 +0800 Subject: [PATCH] Update index.less (#3055) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 处理 移动滚动条的时候,ant-select-dropdown 没有随form-item移动 --- src/design/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/design/index.less b/src/design/index.less index b2c024af..956c9d85 100644 --- a/src/design/index.less +++ b/src/design/index.less @@ -25,6 +25,7 @@ body { height: 100%; overflow: visible; overflow-x: hidden; + position: relative; &.color-weak { filter: invert(80%);