Skip to content

Commit

Permalink
修复css语法错误 (#11357)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyucode authored Dec 13, 2024
1 parent 19cdd57 commit 946693e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/amis-ui/scss/components/form/_user-select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
&-selectPopup {
width: 100vw;
height: 100vh;
z-index: var($zindex-top) + 1;
z-index: calc(var($zindex-top) + 1);
}

&-searchBox {
Expand Down

0 comments on commit 946693e

Please sign in to comment.