diff --git a/components/drawer/demo/from-drawer.md b/components/drawer/demo/from-drawer.md index 535de794dc..05670ad844 100644 --- a/components/drawer/demo/from-drawer.md +++ b/components/drawer/demo/from-drawer.md @@ -58,6 +58,11 @@ class App extends React.Component { onClose={this.onClose} maskClosable={false} visible={this.state.visible} + style={{ + height: 'calc(100% - 55px)', + overflow: 'auto', + paddingBottom: 53, + }} >