@ -9,14 +9,7 @@ const Sidebar = ({
handleSidebarSelect,
}: any) => {
return (
<FixedSidebar
id="sidebar"
style={{
height: 'calc(100% - 122px)',
}}
width={expand ? 193 : 56}
collapsible
>
<FixedSidebar id="sidebar" width={expand ? 193 : 56} collapsible>
<Sidenav
height: '100%',
@ -29,7 +29,7 @@ export const MainContainer = styled(StyledContainer)`
`;
export const RootFooter = styled(Footer)`
height: 80px;
height: 88px;
// Titlebar.tsx
@ -107,5 +107,5 @@ export const FixedSidebar = styled(Sidebar)`
position: fixed;
top: 33px;
z-index: 1;
height: 100%;
height: calc(100% - 130px);