diff --git a/components/popover/style/index.tsx b/components/popover/style/index.tsx index 6f5f250bc7..26d811b94f 100644 --- a/components/popover/style/index.tsx +++ b/components/popover/style/index.tsx @@ -36,7 +36,11 @@ const genBaseStyle: GenerateStyle = (token) => { ...resetComponent(token), position: 'absolute', top: 0, - insetInlineStart: 0, + // use `left` to fix https://github.com/ant-design/ant-design/issues/39195 + left: { + _skip_check_: true, + value: 0, + }, zIndex: zIndexPopup, fontWeight: 'normal', whiteSpace: 'normal',