Skip to content

Commit 1e575a8

Browse files
committed
fix(Popup): set default attach property to 'body'
1 parent b524dff commit 1e575a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/components/popup/defaultProps.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import { TdPopupProps } from './type';
66

77
export const popupDefaultProps: TdPopupProps = {
8+
attach: 'body',
89
destroyOnClose: false,
910
hideEmptyPopup: false,
1011
placement: 'top',

0 commit comments

Comments
 (0)