Skip to content

Commit

Permalink
feat: 修复下拉样式被遮挡问题 (#9202)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hsirius authored Dec 21, 2023
1 parent 50a74ce commit 6d31c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/amis-ui/scss/components/_condition-builder.scss
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@
padding: 10px;
margin: -10px 0px;
background: $white;
z-index: 2;
z-index: $zindex-dropdown;
}
> .#{$ns}CBGroupOrItem-dragbar {
left: px2rem(-5px);
Expand Down

0 comments on commit 6d31c36

Please sign in to comment.