We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58998c4 commit 2eaad16Copy full SHA for 2eaad16
components/config-provider/context.ts
@@ -154,6 +154,7 @@ export const defaultConfigProvider: ConfigProviderInnerProps = {
154
return suffixCls ? `ant-${suffixCls}` : 'ant';
155
},
156
iconPrefixCls: computed(() => defaultIconPrefixCls),
157
+ getPopupContainer: computed(() => () => document.body),
158
};
159
160
export const useConfigContextInject = () => {
0 commit comments