mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-14 17:26:26 +01:00
🐛 Fix sidebar drawer not working
This commit is contained in:
@@ -28,6 +28,7 @@ export const MobileRibbonSidebarDrawer = ({
|
|||||||
width: '100%',
|
width: '100%',
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
|
transitionProps={{ transition: `slide-${location === 'right' ? 'left' : 'right'}` }}
|
||||||
{...props}
|
{...props}
|
||||||
>
|
>
|
||||||
<DashboardSidebar location={location} isGridstackReady />
|
<DashboardSidebar location={location} isGridstackReady />
|
||||||
|
|||||||
Reference in New Issue
Block a user