fix mobile menu (#8252)

This commit is contained in:
jiang 2017-11-21 11:18:31 +08:00 committed by 偏右
parent 81fc6d613c
commit 8260e32d1d
2 changed files with 9 additions and 2 deletions

View File

@ -107,6 +107,6 @@ a {
padding: 40px 0;
}
.drawer-wrapper {
height: 100%;
.drawer {
z-index: 1029;
}

View File

@ -221,4 +221,11 @@
}
}
}
.drawer {
.ant-menu-inline .ant-menu-item:after,
.ant-menu-vertical .ant-menu-item:after {
left: 0;
right: auto;
}
}
}