fix(Message): fix message RTL display location error (#39248)

This commit is contained in:
JiaQi 2022-12-05 12:05:46 +08:00 committed by GitHub
parent e975e5d41d
commit 506c4005a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,