diff --git a/src/components/Dashboard/Wrappers/Sidebar/Sidebar.tsx b/src/components/Dashboard/Wrappers/Sidebar/Sidebar.tsx index cb8633428..caf761b5c 100644 --- a/src/components/Dashboard/Wrappers/Sidebar/Sidebar.tsx +++ b/src/components/Dashboard/Wrappers/Sidebar/Sidebar.tsx @@ -50,6 +50,7 @@ const SidebarInner = ({ location }: DashboardSidebarInnerProps) => { className="grid-stack grid-stack-sidebar" style={{ transitionDuration: '0s', + height: '100%', }} data-sidebar={location} // eslint-disable-next-line react/no-unknown-property