fix issue for style

pull/248/head
vapao 2020-11-27 10:40:46 +08:00
parent f21ce3f241
commit 24307db140
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ class Sider extends React.Component {
render() {
return (
<Layout.Sider collapsed={this.props.collapsed} style={{height: '100vh', overflow: 'scroll'}}>
<Layout.Sider collapsed={this.props.collapsed} style={{height: '100vh', overflow: 'auto'}}>
<div className={styles.logo}>
<img src={logo} alt="Logo"/>
<img src={logoText} alt="logo-text" style={{marginLeft: 25, width: 70}} />

View File

@ -16,7 +16,7 @@
flex-direction: column;
justify-content: space-between;
padding: 24px 24px 0;
overflow-y: scroll;
overflow: auto;
}
.trigger {