mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 20:49:53 +08:00
fix mobile menu (#8252)
This commit is contained in:
parent
81fc6d613c
commit
8260e32d1d
@ -107,6 +107,6 @@ a {
|
||||
padding: 40px 0;
|
||||
}
|
||||
|
||||
.drawer-wrapper {
|
||||
height: 100%;
|
||||
.drawer {
|
||||
z-index: 1029;
|
||||
}
|
||||
|
@ -221,4 +221,11 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.drawer {
|
||||
.ant-menu-inline .ant-menu-item:after,
|
||||
.ant-menu-vertical .ant-menu-item:after {
|
||||
left: 0;
|
||||
right: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user