mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 19:42:54 +08:00
parent
df41ff73a8
commit
a8dd587971
@ -36,7 +36,11 @@ const genBaseStyle: GenerateStyle<PopoverToken> = (token) => {
|
|||||||
...resetComponent(token),
|
...resetComponent(token),
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
top: 0,
|
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,
|
zIndex: zIndexPopup,
|
||||||
fontWeight: 'normal',
|
fontWeight: 'normal',
|
||||||
whiteSpace: 'normal',
|
whiteSpace: 'normal',
|
||||||
|
Loading…
Reference in New Issue
Block a user