Skip to content

Commit

Permalink
🐛 tweak @zindex-badge for table fixed column (#20751)
Browse files Browse the repository at this point in the history
close #20750
close #13930
  • Loading branch information
afc163 committed Jan 8, 2020
1 parent a69c747 commit 539b4cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/style/themes/default.less
Expand Up @@ -287,10 +287,10 @@
@layout-trigger-color-light: @text-color;

// z-index list, order by `z-index`
@zindex-badge: auto;
@zindex-table-fixed: auto;
@zindex-affix: 10;
@zindex-back-top: 10;
@zindex-badge: 10;
@zindex-picker-panel: 10;
@zindex-popup-close: 10;
@zindex-modal: 1000;
Expand Down

0 comments on commit 539b4cd

Please sign in to comment.