Commit 19919604 authored by afc163's avatar afc163

Fix double scroll bars in IE11 & Edge, close #393

parent f67bff39
......@@ -129,7 +129,7 @@ export default class SiderMenu extends PureComponent {
{...menuProps}
onOpenChange={this.handleOpenChange}
selectedKeys={this.getCurrentMenuSelectedKeys()}
style={{ margin: '16px 0', width: '100%' }}
style={{ padding: '16px 0', width: '100%' }}
>
{this.getNavMenuItems(this.menus)}
</Menu>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment