Skip to content

Commit

Permalink
💄 STYLE: fix Table's scroll shadow in rtl mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ds1371dani committed Jan 29, 2023
1 parent 45b65f7 commit 06c9249
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/table/style/fixed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ const genFixedStyle: GenerateStyle<TableToken, CSSObject> = (token) => {
},

'&::before': {
insetInlineStart: 0,
left: 0,
},

'&::after': {
insetInlineEnd: 0,
right: 0,
},
},

Expand Down

0 comments on commit 06c9249

Please sign in to comment.