fix sidebar menu on mobile mode
This commit is contained in:
parent
e24eacdceb
commit
231138daca
|
@ -23,11 +23,14 @@ const SiderMenuWrapper = props => {
|
|||
return isMobile ? (
|
||||
<Drawer
|
||||
visible={!collapsed}
|
||||
bodyStyle={{
|
||||
padding: 0,
|
||||
}}
|
||||
placement="left"
|
||||
onClose={() => onCollapse(true)}
|
||||
style={{
|
||||
padding: 0,
|
||||
height: '100vh',
|
||||
height: '100vh'
|
||||
}}
|
||||
>
|
||||
<SiderMenu
|
||||
|
|
Loading…
Reference in New Issue