fix sider layout min height

pull/7400/head
afc163 8 years ago
parent 3ceda311b6
commit 56b6fc38d7

@ -35,7 +35,7 @@ class SiderDemo extends React.Component {
}
render() {
return (
<Layout>
<Layout style={{ minHeight: '100vh' }}>
<Sider
collapsible
collapsed={this.state.collapsed}

Loading…
Cancel
Save