|
@@ -30,6 +30,7 @@ export const SidebarNav = styled.nav<SidebarNavProps>`
|
|
position: fixed;
|
|
position: fixed;
|
|
top: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
bottom: 0;
|
|
|
|
+ height: 100%;
|
|
z-index: ${zIndex.sideNav};
|
|
z-index: ${zIndex.sideNav};
|
|
width: ${({ expanded }) => (expanded ? `${EXPANDED_SIDENAVBAR_WIDTH}px` : 'var(--sidenav-collapsed-width)')};
|
|
width: ${({ expanded }) => (expanded ? `${EXPANDED_SIDENAVBAR_WIDTH}px` : 'var(--sidenav-collapsed-width)')};
|
|
transition: width ${transitions.timings.regular} ${transitions.easing};
|
|
transition: width ${transitions.timings.regular} ${transitions.easing};
|