Skip to content

Commit

Permalink
fix: selection can not disapear
Browse files Browse the repository at this point in the history
  • Loading branch information
erha19 committed Sep 26, 2024
1 parent 0bf268c commit 4d689e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opensumi/antd-theme",
"version": "1.0.3",
"version": "1.0.4",
"description": "OpenSumi theme for antd4",
"keywords": [
"antd custom theme",
Expand Down
5 changes: 5 additions & 0 deletions src/select.less
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,8 @@
cursor: not-allowed;
opacity: 0.6;
}


.@{ant-prefix}-slide-up-leave {
display: none;
}

0 comments on commit 4d689e5

Please sign in to comment.