mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 05:05:48 +08:00
💄 STYLE: fix Table's scroll shadow in rtl mode
This commit is contained in:
parent
45b65f7991
commit
06c9249f70
@ -80,11 +80,11 @@ const genFixedStyle: GenerateStyle<TableToken, CSSObject> = (token) => {
|
||||
},
|
||||
|
||||
'&::before': {
|
||||
insetInlineStart: 0,
|
||||
left: 0,
|
||||
},
|
||||
|
||||
'&::after': {
|
||||
insetInlineEnd: 0,
|
||||
right: 0,
|
||||
},
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user