Update index.less

处理 移动滚动条的时候,ant-select-dropdown 没有随form-item移动
This commit is contained in:
黄小民 2023-09-20 15:14:17 +08:00 committed by GitHub
parent 556575f501
commit a730afb67c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ body {
height: 100%; height: 100%;
overflow: visible; overflow: visible;
overflow-x: hidden; overflow-x: hidden;
position: relative;
&.color-weak { &.color-weak {
filter: invert(80%); filter: invert(80%);