diff --git a/components/drawer/style/index.ts b/components/drawer/style/index.ts index 2630def032..88f9a3ce94 100644 --- a/components/drawer/style/index.ts +++ b/components/drawer/style/index.ts @@ -79,6 +79,7 @@ const genDrawerStyle: GenerateStyle = (token: DrawerToken) => { [wrapperCls]: { position: 'absolute', zIndex: zIndexPopup, + maxWidth: '100vw', transition: `all ${motionDurationSlow}`, '&-hidden': {