mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
fix(Message): fix message RTL display location error (#39248)
This commit is contained in:
parent
e975e5d41d
commit
506c4005a2
@ -71,7 +71,6 @@ const genMessageStyle: GenerateStyle<MessageToken> = (token) => {
|
||||
...resetComponent(token),
|
||||
position: 'fixed',
|
||||
top: marginXS,
|
||||
insetInlineStart: 0, // affected by ltr or rtl
|
||||
width: '100%',
|
||||
pointerEvents: 'none',
|
||||
zIndex: zIndexPopup,
|
||||
|
Loading…
Reference in New Issue
Block a user