Skip to content

Commit

Permalink
fix: issue#10775 防止popover被modal遮盖 (baidu#10777)
Browse files Browse the repository at this point in the history
Co-authored-by: chenwenhao <[email protected]>
  • Loading branch information
thinkingc and chenwenhao authored Aug 16, 2024
1 parent aab978e commit ba54aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/amis-ui/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -423,8 +423,8 @@ $zindex-affix: 900 !default;
$zindex-dropdown: 1000 !default;
$zindex-sticky: 900 !default;
$zindex-fixed: 1200 !default;
$zindex-popover: 1300 !default;
$zindex-modal: 1400 !default;
$zindex-popover: $zindex-modal !default; // 防止popover被modal遮盖
$zindex-contextmenu: 1500 !default;
$zindex-tooltip: 1600 !default;
$zindex-toast: 2000 !default;
Expand Down

0 comments on commit ba54aef

Please sign in to comment.