Skip to content
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.

Commit

Permalink
fix: set overflow-anchor: none
Browse files Browse the repository at this point in the history
  • Loading branch information
feichao93 committed May 20, 2021
1 parent 642ac9c commit f52f2c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ali-react-table/src/base-table/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ export const StyledArtTableWrapper = styled.div`
font-size: var(--font-size);
line-height: var(--line-height);
position: relative;
overflow-anchor: none;
// 表格外边框由 art-table-wrapper 提供,而不是由单元格提供
&.use-outer-border {
Expand Down

0 comments on commit f52f2c2

Please sign in to comment.