diff --git a/src/components/Dashboard/Wrappers/Sidebar/Sidebar.tsx b/src/components/Dashboard/Wrappers/Sidebar/Sidebar.tsx index caf761b5c..1603de044 100644 --- a/src/components/Dashboard/Wrappers/Sidebar/Sidebar.tsx +++ b/src/components/Dashboard/Wrappers/Sidebar/Sidebar.tsx @@ -13,18 +13,10 @@ export const DashboardSidebar = ({ location, isGridstackReady }: DashboardSideba const { cx, classes: { card: cardClass }, - } = useCardStyles(false); + } = useCardStyles(true); return ( - + {isGridstackReady && } ); @@ -50,7 +42,9 @@ const SidebarInner = ({ location }: DashboardSidebarInnerProps) => { className="grid-stack grid-stack-sidebar" style={{ transitionDuration: '0s', + minWidth: 256, height: '100%', + width: '100%', }} data-sidebar={location} // eslint-disable-next-line react/no-unknown-property